Html Css Color HEX #9850FA Light Slate Blue

📋 copy color: '#9850FA'

red 152 ◦ green 80 ◦ blue 250

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

Shades of Light Slate Blue #9850FA

Tints of Light Slate Blue #9850FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 31.54%
G = 16.6%
B = 51.87%

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

#9850FA (or 0x9850FA) is known color: Light Slate Blue. HEX triplet: 98, 50 and FA. RGB value is (152,80,250). Sum of RGB (Red+Green+Blue) = 152+80+250=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #9850FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9850FA is #67AF05. Grayscale: #787878. Windows color (decimal): -6795014 or 16404632. OLE color: 16404632.

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

Color convert

RGB 152 80 250 -
CMYK 0.39 0.68 0 0.02
HSL 265.41º 0.94% 0.65% -
HSV(B) 265.41º 0.68% 0.98% -
XYZ 33.07 19.31 92.43 -
YUV 120.91 200.85 150.18 -
System Red Green Blue C M Y K H S L
Decimal 152 80 250 0.39 0.68 0 0.02 265.41 0.94 0.65
Hex 98 50 FA 27 44 0 2 109 5E 41
Octal 230 120 372 47 104 0 2 411 136 101
Binary 10011000 1010000 11111010 100111 1000100 0 10 100001001 1011110 1000001

Color Harmonies of #9850FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9850FA

Black with #9850FA

Text Example


Text Example

White with #9850FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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