Html Css Color HEX #9667F7 Light Slate Blue

📋 copy color: '#9667F7'

red 150 ◦ green 103 ◦ blue 247

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

Shades of Light Slate Blue #9667F7

Tints of Light Slate Blue #9667F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.4%

R = 30%
G = 20.6%
B = 49.4%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9667F7 (or 0x9667F7) is known color: Light Slate Blue. HEX triplet: 96, 67 and F7. RGB value is (150,103,247). Sum of RGB (Red+Green+Blue) = 150+103+247=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #9667F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667F7 is #699808. Grayscale: #848484. Windows color (decimal): -6920201 or 16213910. OLE color: 16213910.

HSL color Cylindrical-coordinate representation of color #9667F7: hue angle of 259.58º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9667F7 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 103 247 -
CMYK 0.39 0.58 0 0.03
HSL 259.58º 0.9% 0.69% -
HSV(B) 259.58º 0.58% 0.97% -
XYZ 34.22 22.9 90.61 -
YUV 133.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 150 103 247 0.39 0.58 0 0.03 259.58 0.9 0.69
Hex 96 67 F7 27 3A 0 3 104 5A 45
Octal 226 147 367 47 72 0 3 404 132 105
Binary 10010110 1100111 11110111 100111 111010 0 11 100000100 1011010 1000101

Color Harmonies of #9667F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667F7

Black with #9667F7

Text Example


Text Example

White with #9667F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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