Html Css Color HEX #9868FF Light Slate Blue

📋 copy color: '#9868FF'

red 152 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #9868FF

Tints of Light Slate Blue #9868FF

RGB

 RED value IS 152 (59.77% from 255) = 29.75%

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 29.75%
G = 20.35%
B = 49.9%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9868FF (or 0x9868FF) is known color: Light Slate Blue. HEX triplet: 98, 68 and FF. RGB value is (152,104,255). Sum of RGB (Red+Green+Blue) = 152+104+255=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #9868FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9868FF is #679700. Grayscale: #878787. Windows color (decimal): -6788865 or 16738456. OLE color: 16738456.

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

Color convert

RGB 152 104 255 -
CMYK 0.40 0.59 0 0
HSL 259.07º 1% 0.7% -
HSV(B) 259.07º 0.59% 1% -
XYZ 35.95 23.8 97.31 -
YUV 135.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 152 104 255 0.40 0.59 0 0 259.07 1 0.7
Hex 98 68 FF 28 3B 0 0 103 64 46
Octal 230 150 377 50 73 0 0 403 144 106
Binary 10011000 1101000 11111111 101000 111011 0 0 100000011 1100100 1000110

Color Harmonies of #9868FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868FF

Black with #9868FF

Text Example


Text Example

White with #9868FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9868FF; }

 p { color: rgb(152,104,255); }

 H1.HeaderClassName
 {
   color: #9868FF;
 }
 .AnyTagClassName
 {
   color: #9868FF;
 }
</style>

background-color css

<style>
 a { background-color: #9868FF; }

 a { background-color: rgb(152,104,255); }

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

border-color css

<style>
 span { border-color: #9868FF; }

 span { border-color: rgb(152,104,255); }

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