Html Css Color HEX #9851FB Light Slate Blue

📋 copy color: '#9851FB'

red 152 ◦ green 81 ◦ blue 251

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

Shades of Light Slate Blue #9851FB

Tints of Light Slate Blue #9851FB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.74%

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

R = 31.4%
G = 16.74%
B = 51.86%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9851FB (or 0x9851FB) is known color: Light Slate Blue. HEX triplet: 98, 51 and FB. RGB value is (152,81,251). Sum of RGB (Red+Green+Blue) = 152+81+251=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #9851FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9851FB is #67AE04. Grayscale: #797979. Windows color (decimal): -6794757 or 16470424. OLE color: 16470424.

HSL color Cylindrical-coordinate representation of color #9851FB: hue angle of 265.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9851FB is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 81 251 -
CMYK 0.39 0.68 0 0.02
HSL 265.06º 0.96% 0.65% -
HSV(B) 265.06º 0.68% 0.98% -
XYZ 33.3 19.53 93.28 -
YUV 121.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 152 81 251 0.39 0.68 0 0.02 265.06 0.96 0.65
Hex 98 51 FB 27 44 0 2 109 60 41
Octal 230 121 373 47 104 0 2 411 140 101
Binary 10011000 1010001 11111011 100111 1000100 0 10 100001001 1100000 1000001

Color Harmonies of #9851FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851FB

Black with #9851FB

Text Example


Text Example

White with #9851FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9851FB; }

 p { color: rgb(152,81,251); }

 H1.HeaderClassName
 {
   color: #9851FB;
 }
 .AnyTagClassName
 {
   color: #9851FB;
 }
</style>

background-color css

<style>
 a { background-color: #9851FB; }

 a { background-color: rgb(152,81,251); }

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

border-color css

<style>
 span { border-color: #9851FB; }

 span { border-color: rgb(152,81,251); }

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