Html Css Color HEX #7667FF Light Slate Blue

📋 copy color: '#7667FF'

red 118 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #7667FF

Tints of Light Slate Blue #7667FF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.64%

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

R = 24.79%
G = 21.64%
B = 53.57%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7667FF (or 0x7667FF) is known color: Light Slate Blue. HEX triplet: 76, 67 and FF. RGB value is (118,103,255). Sum of RGB (Red+Green+Blue) = 118+103+255=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #7667FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7667FF is #899800. Grayscale: #7C7C7C. Windows color (decimal): -9017345 or 16738166. OLE color: 16738166.

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

Color convert

RGB 118 103 255 -
CMYK 0.54 0.60 0 0
HSL 245.92º 1% 0.7% -
HSV(B) 245.92º 0.6% 1% -
XYZ 30.37 20.77 97.02 -
YUV 124.81 201.47 123.14 -
System Red Green Blue C M Y K H S L
Decimal 118 103 255 0.54 0.60 0 0 245.92 1 0.7
Hex 76 67 FF 36 3C 0 0 F6 64 46
Octal 166 147 377 66 74 0 0 366 144 106
Binary 1110110 1100111 11111111 110110 111100 0 0 11110110 1100100 1000110

Color Harmonies of #7667FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667FF

Black with #7667FF

Text Example


Text Example

White with #7667FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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