Html Css Color HEX #9851FA Light Slate Blue

📋 copy color: '#9851FA'

red 152 ◦ green 81 ◦ blue 250

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

Shades of Light Slate Blue #9851FA

Tints of Light Slate Blue #9851FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 31.47%
G = 16.77%
B = 51.76%

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

#9851FA (or 0x9851FA) is known color: Light Slate Blue. HEX triplet: 98, 51 and FA. RGB value is (152,81,250). Sum of RGB (Red+Green+Blue) = 152+81+250=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #9851FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9851FA is #67AE05. Grayscale: #787878. Windows color (decimal): -6794758 or 16404888. OLE color: 16404888.

HSL color Cylindrical-coordinate representation of color #9851FA: hue angle of 265.21º degrees, saturation: 0.94, 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 #9851FA is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 81 250 -
CMYK 0.39 0.68 0 0.02
HSL 265.21º 0.94% 0.65% -
HSV(B) 265.21º 0.68% 0.98% -
XYZ 33.15 19.46 92.45 -
YUV 121.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 152 81 250 0.39 0.68 0 0.02 265.21 0.94 0.65
Hex 98 51 FA 27 44 0 2 109 5E 41
Octal 230 121 372 47 104 0 2 411 136 101
Binary 10011000 1010001 11111010 100111 1000100 0 10 100001001 1011110 1000001

Color Harmonies of #9851FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9851FA

Black with #9851FA

Text Example


Text Example

White with #9851FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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