Html Css Color HEX #9B68FE Light Slate Blue

📋 copy color: '#9B68FE'

red 155 ◦ green 104 ◦ blue 254

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

Shades of Light Slate Blue #9B68FE

Tints of Light Slate Blue #9B68FE

RGB

 RED value IS 155 (60.94% from 255) = 30.21%

 GREEN value IS 104 (41.02% from 255) = 20.27%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 30.21%
G = 20.27%
B = 49.51%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B68FE (or 0x9B68FE) is known color: Light Slate Blue. HEX triplet: 9B, 68 and FE. RGB value is (155,104,254). Sum of RGB (Red+Green+Blue) = 155+104+254=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B68FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B68FE is #649701. Grayscale: #878787. Windows color (decimal): -6592258 or 16672923. OLE color: 16672923.

HSL color Cylindrical-coordinate representation of color #9B68FE: hue angle of 260.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B68FE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 104 254 -
CMYK 0.39 0.59 0 0.00
HSL 260.4º 0.99% 0.7% -
HSV(B) 260.4º 0.59% 1% -
XYZ 36.36 24.02 96.49 -
YUV 136.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 155 104 254 0.39 0.59 0 0.00 260.4 0.99 0.7
Hex 9B 68 FE 27 3B 0 0 104 63 46
Octal 233 150 376 47 73 0 0 404 143 106
Binary 10011011 1101000 11111110 100111 111011 0 0 100000100 1100011 1000110

Color Harmonies of #9B68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68FE

Black with #9B68FE

Text Example


Text Example

White with #9B68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,254); }

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

background-color css

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

 a { background-color: rgb(155,104,254); }

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

border-color css

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

 span { border-color: rgb(155,104,254); }

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