Html Css Color HEX #766DFB Light Slate Blue

📋 copy color: '#766DFB'

red 118 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #766DFB

Tints of Light Slate Blue #766DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 24.69%
G = 22.8%
B = 52.51%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#766DFB (or 0x766DFB) is known color: Light Slate Blue. HEX triplet: 76, 6D and FB. RGB value is (118,109,251). Sum of RGB (Red+Green+Blue) = 118+109+251=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #766DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DFB is #899204. Grayscale: #7F7F7F. Windows color (decimal): -9015813 or 16477558. OLE color: 16477558.

HSL color Cylindrical-coordinate representation of color #766DFB: hue angle of 243.8º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #766DFB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 109 251 -
CMYK 0.53 0.57 0 0.02
HSL 243.8º 0.95% 0.71% -
HSV(B) 243.8º 0.57% 0.98% -
XYZ 30.35 21.75 93.87 -
YUV 127.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 118 109 251 0.53 0.57 0 0.02 243.8 0.95 0.71
Hex 76 6D FB 35 39 0 2 F4 5F 47
Octal 166 155 373 65 71 0 2 364 137 107
Binary 1110110 1101101 11111011 110101 111001 0 10 11110100 1011111 1000111

Color Harmonies of #766DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DFB

Black with #766DFB

Text Example


Text Example

White with #766DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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