Html Css Color HEX #766DFF Light Slate Blue

📋 copy color: '#766DFF'

red 118 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #766DFF

Tints of Light Slate Blue #766DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 24.48%
G = 22.61%
B = 52.9%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#766DFF (or 0x766DFF) is known color: Light Slate Blue. HEX triplet: 76, 6D and FF. RGB value is (118,109,255). Sum of RGB (Red+Green+Blue) = 118+109+255=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #766DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DFF is #899200. Grayscale: #7F7F7F. Windows color (decimal): -9015809 or 16739702. OLE color: 16739702.

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

Color convert

RGB 118 109 255 -
CMYK 0.54 0.57 0 0
HSL 243.7º 1% 0.71% -
HSV(B) 243.7º 0.57% 1% -
XYZ 30.99 22.01 97.22 -
YUV 128.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 118 109 255 0.54 0.57 0 0 243.7 1 0.71
Hex 76 6D FF 36 39 0 0 F4 64 47
Octal 166 155 377 66 71 0 0 364 144 107
Binary 1110110 1101101 11111111 110110 111001 0 0 11110100 1100100 1000111

Color Harmonies of #766DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DFF

Black with #766DFF

Text Example


Text Example

White with #766DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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