Html Css Color HEX #9667FA Light Slate Blue

📋 copy color: '#9667FA'

red 150 ◦ green 103 ◦ blue 250

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

Shades of Light Slate Blue #9667FA

Tints of Light Slate Blue #9667FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 29.82%
G = 20.48%
B = 49.7%

CMYK

 C value IS 0.4

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9667FA (or 0x9667FA) is known color: Light Slate Blue. HEX triplet: 96, 67 and FA. RGB value is (150,103,250). Sum of RGB (Red+Green+Blue) = 150+103+250=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9667FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667FA is #699805. Grayscale: #858585. Windows color (decimal): -6920198 or 16410518. OLE color: 16410518.

HSL color Cylindrical-coordinate representation of color #9667FA: hue angle of 259.18º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9667FA is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 103 250 -
CMYK 0.4 0.59 0 0.02
HSL 259.18º 0.94% 0.69% -
HSV(B) 259.18º 0.59% 0.98% -
XYZ 34.68 23.09 93.07 -
YUV 133.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 150 103 250 0.4 0.59 0 0.02 259.18 0.94 0.69
Hex 96 67 FA 28 3B 0 2 103 5E 45
Octal 226 147 372 50 73 0 2 403 136 105
Binary 10010110 1100111 11111010 101000 111011 0 10 100000011 1011110 1000101

Color Harmonies of #9667FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667FA

Black with #9667FA

Text Example


Text Example

White with #9667FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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