Html Css Color HEX #756CFD Light Slate Blue

📋 copy color: '#756CFD'

red 117 ◦ green 108 ◦ blue 253

#756CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #756CFD

Tints of Light Slate Blue #756CFD

RGB

 RED value IS 117 (46.09% from 255) = 24.48%

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 24.48%
G = 22.59%
B = 52.93%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#756CFD (or 0x756CFD) is known color: Light Slate Blue. HEX triplet: 75, 6C and FD. RGB value is (117,108,253). Sum of RGB (Red+Green+Blue) = 117+108+253=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #756CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFD is #8A9302. Grayscale: #7E7E7E. Windows color (decimal): -9081603 or 16608373. OLE color: 16608373.

HSL color Cylindrical-coordinate representation of color #756CFD: hue angle of 243.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756CFD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 108 253 -
CMYK 0.54 0.57 0 0.01
HSL 243.72º 0.97% 0.71% -
HSV(B) 243.72º 0.57% 0.99% -
XYZ 30.43 21.6 95.49 -
YUV 127.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 117 108 253 0.54 0.57 0 0.01 243.72 0.97 0.71
Hex 75 6C FD 36 39 0 1 F4 61 47
Octal 165 154 375 66 71 0 1 364 141 107
Binary 1110101 1101100 11111101 110110 111001 0 1 11110100 1100001 1000111

Color Harmonies of #756CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CFD

Black with #756CFD

Text Example


Text Example

White with #756CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756CFD; }

 p { color: rgb(117,108,253); }

 H1.HeaderClassName
 {
   color: #756CFD;
 }
 .AnyTagClassName
 {
   color: #756CFD;
 }
</style>

background-color css

<style>
 a { background-color: #756CFD; }

 a { background-color: rgb(117,108,253); }

 div.DivClassName
 {
   background-color: #756CFD;
 }
 .BgClassName
 {
   background-color: #756CFD;
 }
</style>

border-color css

<style>
 span { border-color: #756CFD; }

 span { border-color: rgb(117,108,253); }

 td.TdClassName
 {
   border-color: #756CFD;
 }
 .TagClassName
 {
   border-color: #756CFD;
 }
</style>