Html Css Color HEX #7669FF Light Slate Blue

📋 copy color: '#7669FF'

red 118 ◦ green 105 ◦ blue 255

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

Shades of Light Slate Blue #7669FF

Tints of Light Slate Blue #7669FF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

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

R = 24.69%
G = 21.97%
B = 53.35%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7669FF (or 0x7669FF) is known color: Light Slate Blue. HEX triplet: 76, 69 and FF. RGB value is (118,105,255). Sum of RGB (Red+Green+Blue) = 118+105+255=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #7669FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7669FF is #899600. Grayscale: #7D7D7D. Windows color (decimal): -9016833 or 16738678. OLE color: 16738678.

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

Color convert

RGB 118 105 255 -
CMYK 0.54 0.59 0 0
HSL 245.2º 1% 0.71% -
HSV(B) 245.2º 0.59% 1% -
XYZ 30.57 21.17 97.08 -
YUV 125.99 200.81 122.3 -
System Red Green Blue C M Y K H S L
Decimal 118 105 255 0.54 0.59 0 0 245.2 1 0.71
Hex 76 69 FF 36 3B 0 0 F5 64 47
Octal 166 151 377 66 73 0 0 365 144 107
Binary 1110110 1101001 11111111 110110 111011 0 0 11110101 1100100 1000111

Color Harmonies of #7669FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7669FF

Black with #7669FF

Text Example


Text Example

White with #7669FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7669FF; }

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

 H1.HeaderClassName
 {
   color: #7669FF;
 }
 .AnyTagClassName
 {
   color: #7669FF;
 }
</style>

background-color css

<style>
 a { background-color: #7669FF; }

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

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

border-color css

<style>
 span { border-color: #7669FF; }

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

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