Html Css Color HEX #9667F6 Light Slate Blue

📋 copy color: '#9667F6'

red 150 ◦ green 103 ◦ blue 246

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

Shades of Light Slate Blue #9667F6

Tints of Light Slate Blue #9667F6

RGB

 RED value IS 150 (58.98% from 255) = 30.06%

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

 BLUE value IS 246 (96.48% from 255) = 49.3%

R = 30.06%
G = 20.64%
B = 49.3%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9667F6 (or 0x9667F6) is known color: Light Slate Blue. HEX triplet: 96, 67 and F6. RGB value is (150,103,246). Sum of RGB (Red+Green+Blue) = 150+103+246=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #9667F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667F6 is #699809. Grayscale: #848484. Windows color (decimal): -6920202 or 16148374. OLE color: 16148374.

HSL color Cylindrical-coordinate representation of color #9667F6: hue angle of 259.72º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9667F6 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 103 246 -
CMYK 0.39 0.58 0 0.04
HSL 259.72º 0.89% 0.68% -
HSV(B) 259.72º 0.58% 0.96% -
XYZ 34.06 22.84 89.8 -
YUV 133.36 191.57 139.87 -
System Red Green Blue C M Y K H S L
Decimal 150 103 246 0.39 0.58 0 0.04 259.72 0.89 0.68
Hex 96 67 F6 27 3A 0 4 104 59 44
Octal 226 147 366 47 72 0 4 404 131 104
Binary 10010110 1100111 11110110 100111 111010 0 100 100000100 1011001 1000100

Color Harmonies of #9667F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667F6

Black with #9667F6

Text Example


Text Example

White with #9667F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9667F6; }

 p { color: rgb(150,103,246); }

 H1.HeaderClassName
 {
   color: #9667F6;
 }
 .AnyTagClassName
 {
   color: #9667F6;
 }
</style>

background-color css

<style>
 a { background-color: #9667F6; }

 a { background-color: rgb(150,103,246); }

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

border-color css

<style>
 span { border-color: #9667F6; }

 span { border-color: rgb(150,103,246); }

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