Html Css Color HEX #9E67FB Light Slate Blue

📋 copy color: '#9E67FB'

red 158 ◦ green 103 ◦ blue 251

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

Shades of Light Slate Blue #9E67FB

Tints of Light Slate Blue #9E67FB

RGB

 RED value IS 158 (62.11% from 255) = 30.86%

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

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

R = 30.86%
G = 20.12%
B = 49.02%

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

#9E67FB (or 0x9E67FB) is known color: Light Slate Blue. HEX triplet: 9E, 67 and FB. RGB value is (158,103,251). Sum of RGB (Red+Green+Blue) = 158+103+251=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E67FB is #619804. Grayscale: #878787. Windows color (decimal): -6395909 or 16476062. OLE color: 16476062.

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

Color convert

RGB 158 103 251 -
CMYK 0.37 0.59 0 0.02
HSL 262.3º 0.95% 0.69% -
HSV(B) 262.3º 0.59% 0.98% -
XYZ 36.36 23.93 93.97 -
YUV 136.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 158 103 251 0.37 0.59 0 0.02 262.3 0.95 0.69
Hex 9E 67 FB 25 3B 0 2 106 5F 45
Octal 236 147 373 45 73 0 2 406 137 105
Binary 10011110 1100111 11111011 100101 111011 0 10 100000110 1011111 1000101

Color Harmonies of #9E67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E67FB

Black with #9E67FB

Text Example


Text Example

White with #9E67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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