Html Css Color HEX #766CFE Light Slate Blue

📋 copy color: '#766CFE'

red 118 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #766CFE

Tints of Light Slate Blue #766CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 24.58%
G = 22.5%
B = 52.92%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#766CFE (or 0x766CFE) is known color: Light Slate Blue. HEX triplet: 76, 6C and FE. RGB value is (118,108,254). Sum of RGB (Red+Green+Blue) = 118+108+254=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #766CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CFE is #899301. Grayscale: #7F7F7F. Windows color (decimal): -9016066 or 16673910. OLE color: 16673910.

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

Color convert

RGB 118 108 254 -
CMYK 0.54 0.57 0 0.00
HSL 244.11º 0.99% 0.71% -
HSV(B) 244.11º 0.57% 1% -
XYZ 30.72 21.73 96.34 -
YUV 127.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 118 108 254 0.54 0.57 0 0.00 244.11 0.99 0.71
Hex 76 6C FE 36 39 0 0 F4 63 47
Octal 166 154 376 66 71 0 0 364 143 107
Binary 1110110 1101100 11111110 110110 111001 0 0 11110100 1100011 1000111

Color Harmonies of #766CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CFE

Black with #766CFE

Text Example


Text Example

White with #766CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,254); }

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

background-color css

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

 a { background-color: rgb(118,108,254); }

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

border-color css

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

 span { border-color: rgb(118,108,254); }

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