Html Css Color HEX #9F67FB Light Slate Blue

📋 copy color: '#9F67FB'

red 159 ◦ green 103 ◦ blue 251

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

Shades of Light Slate Blue #9F67FB

Tints of Light Slate Blue #9F67FB

RGB

 RED value IS 159 (62.5% from 255) = 30.99%

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 30.99%
G = 20.08%
B = 48.93%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F67FB (or 0x9F67FB) is known color: Light Slate Blue. HEX triplet: 9F, 67 and FB. RGB value is (159,103,251). Sum of RGB (Red+Green+Blue) = 159+103+251=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67FB is #609804. Grayscale: #888888. Windows color (decimal): -6330373 or 16476063. OLE color: 16476063.

HSL color Cylindrical-coordinate representation of color #9F67FB: hue angle of 262.7º degrees, saturation: 0.95, 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 #9F67FB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 103 251 -
CMYK 0.37 0.59 0 0.02
HSL 262.7º 0.95% 0.69% -
HSV(B) 262.7º 0.59% 0.98% -
XYZ 36.56 24.04 93.98 -
YUV 136.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 159 103 251 0.37 0.59 0 0.02 262.7 0.95 0.69
Hex 9F 67 FB 25 3B 0 2 107 5F 45
Octal 237 147 373 45 73 0 2 407 137 105
Binary 10011111 1100111 11111011 100101 111011 0 10 100000111 1011111 1000101

Color Harmonies of #9F67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F67FB

Black with #9F67FB

Text Example


Text Example

White with #9F67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F67FB; }

 p { color: rgb(159,103,251); }

 H1.HeaderClassName
 {
   color: #9F67FB;
 }
 .AnyTagClassName
 {
   color: #9F67FB;
 }
</style>

background-color css

<style>
 a { background-color: #9F67FB; }

 a { background-color: rgb(159,103,251); }

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

border-color css

<style>
 span { border-color: #9F67FB; }

 span { border-color: rgb(159,103,251); }

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