Html Css Color HEX #766DFC Light Slate Blue

📋 copy color: '#766DFC'

red 118 ◦ green 109 ◦ blue 252

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

Shades of Light Slate Blue #766DFC

Tints of Light Slate Blue #766DFC

RGB

 RED value IS 118 (46.48% from 255) = 24.63%

 GREEN value IS 109 (42.97% from 255) = 22.76%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 24.63%
G = 22.76%
B = 52.61%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#766DFC (or 0x766DFC) is known color: Light Slate Blue. HEX triplet: 76, 6D and FC. RGB value is (118,109,252). Sum of RGB (Red+Green+Blue) = 118+109+252=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #766DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DFC is #899203. Grayscale: #7F7F7F. Windows color (decimal): -9015812 or 16543094. OLE color: 16543094.

HSL color Cylindrical-coordinate representation of color #766DFC: hue angle of 243.78º degrees, saturation: 0.96, 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 #766DFC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 109 252 -
CMYK 0.53 0.57 0 0.01
HSL 243.78º 0.96% 0.71% -
HSV(B) 243.78º 0.57% 0.99% -
XYZ 30.51 21.82 94.7 -
YUV 127.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 118 109 252 0.53 0.57 0 0.01 243.78 0.96 0.71
Hex 76 6D FC 35 39 0 1 F4 60 47
Octal 166 155 374 65 71 0 1 364 140 107
Binary 1110110 1101101 11111100 110101 111001 0 1 11110100 1100000 1000111

Color Harmonies of #766DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DFC

Black with #766DFC

Text Example


Text Example

White with #766DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766DFC; }

 p { color: rgb(118,109,252); }

 H1.HeaderClassName
 {
   color: #766DFC;
 }
 .AnyTagClassName
 {
   color: #766DFC;
 }
</style>

background-color css

<style>
 a { background-color: #766DFC; }

 a { background-color: rgb(118,109,252); }

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

border-color css

<style>
 span { border-color: #766DFC; }

 span { border-color: rgb(118,109,252); }

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