Html Css Color HEX #766FFB Light Slate Blue

📋 copy color: '#766FFB'

red 118 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #766FFB

Tints of Light Slate Blue #766FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 24.58%
G = 23.13%
B = 52.29%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#766FFB (or 0x766FFB) is known color: Light Slate Blue. HEX triplet: 76, 6F and FB. RGB value is (118,111,251). Sum of RGB (Red+Green+Blue) = 118+111+251=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #766FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FFB is #899004. Grayscale: #808080. Windows color (decimal): -9015301 or 16478070. OLE color: 16478070.

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

Color convert

RGB 118 111 251 -
CMYK 0.53 0.56 0 0.02
HSL 243º 0.95% 0.71% -
HSV(B) 243º 0.56% 0.98% -
XYZ 30.57 22.19 93.94 -
YUV 129.05 196.82 120.12 -
System Red Green Blue C M Y K H S L
Decimal 118 111 251 0.53 0.56 0 0.02 243 0.95 0.71
Hex 76 6F FB 35 38 0 2 F3 5F 47
Octal 166 157 373 65 70 0 2 363 137 107
Binary 1110110 1101111 11111011 110101 111000 0 10 11110011 1011111 1000111

Color Harmonies of #766FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FFB

Black with #766FFB

Text Example


Text Example

White with #766FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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