Html Css Color HEX #7766FE Light Slate Blue

📋 copy color: '#7766FE'

red 119 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #7766FE

Tints of Light Slate Blue #7766FE

RGB

 RED value IS 119 (46.88% from 255) = 25.05%

 GREEN value IS 102 (40.23% from 255) = 21.47%

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

R = 25.05%
G = 21.47%
B = 53.47%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7766FE (or 0x7766FE) is known color: Light Slate Blue. HEX triplet: 77, 66 and FE. RGB value is (119,102,254). Sum of RGB (Red+Green+Blue) = 119+102+254=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #7766FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7766FE is #889901. Grayscale: #7B7B7B. Windows color (decimal): -8952066 or 16672375. OLE color: 16672375.

HSL color Cylindrical-coordinate representation of color #7766FE: hue angle of 246.71º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7766FE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 102 254 -
CMYK 0.53 0.60 0 0.00
HSL 246.71º 0.99% 0.7% -
HSV(B) 246.71º 0.6% 1% -
XYZ 30.25 20.58 96.14 -
YUV 124.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 119 102 254 0.53 0.60 0 0.00 246.71 0.99 0.7
Hex 77 66 FE 35 3C 0 0 F7 63 46
Octal 167 146 376 65 74 0 0 367 143 106
Binary 1110111 1100110 11111110 110101 111100 0 0 11110111 1100011 1000110

Color Harmonies of #7766FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766FE

Black with #7766FE

Text Example


Text Example

White with #7766FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7766FE; }

 p { color: rgb(119,102,254); }

 H1.HeaderClassName
 {
   color: #7766FE;
 }
 .AnyTagClassName
 {
   color: #7766FE;
 }
</style>

background-color css

<style>
 a { background-color: #7766FE; }

 a { background-color: rgb(119,102,254); }

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

border-color css

<style>
 span { border-color: #7766FE; }

 span { border-color: rgb(119,102,254); }

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