Html Css Color HEX #9863FA Light Slate Blue

📋 copy color: '#9863FA'

red 152 ◦ green 99 ◦ blue 250

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

Shades of Light Slate Blue #9863FA

Tints of Light Slate Blue #9863FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.76%

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

R = 30.34%
G = 19.76%
B = 49.9%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9863FA (or 0x9863FA) is known color: Light Slate Blue. HEX triplet: 98, 63 and FA. RGB value is (152,99,250). Sum of RGB (Red+Green+Blue) = 152+99+250=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #9863FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9863FA is #679C05. Grayscale: #838383. Windows color (decimal): -6790150 or 16409496. OLE color: 16409496.

HSL color Cylindrical-coordinate representation of color #9863FA: hue angle of 261.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9863FA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 99 250 -
CMYK 0.39 0.60 0 0.02
HSL 261.06º 0.94% 0.68% -
HSV(B) 261.06º 0.6% 0.98% -
XYZ 34.67 22.5 92.96 -
YUV 132.06 194.56 142.22 -
System Red Green Blue C M Y K H S L
Decimal 152 99 250 0.39 0.60 0 0.02 261.06 0.94 0.68
Hex 98 63 FA 27 3C 0 2 105 5E 44
Octal 230 143 372 47 74 0 2 405 136 104
Binary 10011000 1100011 11111010 100111 111100 0 10 100000101 1011110 1000100

Color Harmonies of #9863FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9863FA

Black with #9863FA

Text Example


Text Example

White with #9863FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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