Html Css Color HEX #9667FC Light Slate Blue

📋 copy color: '#9667FC'

red 150 ◦ green 103 ◦ blue 252

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

Shades of Light Slate Blue #9667FC

Tints of Light Slate Blue #9667FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 29.7%
G = 20.4%
B = 49.9%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9667FC (or 0x9667FC) is known color: Light Slate Blue. HEX triplet: 96, 67 and FC. RGB value is (150,103,252). Sum of RGB (Red+Green+Blue) = 150+103+252=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #9667FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667FC is #699803. Grayscale: #858585. Windows color (decimal): -6920196 or 16541590. OLE color: 16541590.

HSL color Cylindrical-coordinate representation of color #9667FC: hue angle of 258.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9667FC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 103 252 -
CMYK 0.40 0.59 0 0.01
HSL 258.93º 0.96% 0.7% -
HSV(B) 258.93º 0.59% 0.99% -
XYZ 35 23.21 94.73 -
YUV 134.04 194.57 139.38 -
System Red Green Blue C M Y K H S L
Decimal 150 103 252 0.40 0.59 0 0.01 258.93 0.96 0.7
Hex 96 67 FC 28 3B 0 1 103 60 46
Octal 226 147 374 50 73 0 1 403 140 106
Binary 10010110 1100111 11111100 101000 111011 0 1 100000011 1100000 1000110

Color Harmonies of #9667FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667FC

Black with #9667FC

Text Example


Text Example

White with #9667FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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