Html Css Color HEX #9B68FD Light Slate Blue

📋 copy color: '#9B68FD'

red 155 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #9B68FD

Tints of Light Slate Blue #9B68FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 30.27%
G = 20.31%
B = 49.41%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B68FD (or 0x9B68FD) is known color: Light Slate Blue. HEX triplet: 9B, 68 and FD. RGB value is (155,104,253). Sum of RGB (Red+Green+Blue) = 155+104+253=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B68FD is #649702. Grayscale: #878787. Windows color (decimal): -6592259 or 16607387. OLE color: 16607387.

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

Color convert

RGB 155 104 253 -
CMYK 0.39 0.59 0 0.01
HSL 260.54º 0.97% 0.7% -
HSV(B) 260.54º 0.59% 0.99% -
XYZ 36.2 23.96 95.65 -
YUV 136.24 193.9 141.38 -
System Red Green Blue C M Y K H S L
Decimal 155 104 253 0.39 0.59 0 0.01 260.54 0.97 0.7
Hex 9B 68 FD 27 3B 0 1 105 61 46
Octal 233 150 375 47 73 0 1 405 141 106
Binary 10011011 1101000 11111101 100111 111011 0 1 100000101 1100001 1000110

Color Harmonies of #9B68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68FD

Black with #9B68FD

Text Example


Text Example

White with #9B68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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