Html Css Color HEX #9D88FA Light Slate Blue

📋 copy color: '#9D88FA'

red 157 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #9D88FA

Tints of Light Slate Blue #9D88FA

RGB

 RED value IS 157 (61.72% from 255) = 28.91%

 GREEN value IS 136 (53.52% from 255) = 25.05%

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

R = 28.91%
G = 25.05%
B = 46.04%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D88FA (or 0x9D88FA) is known color: Light Slate Blue. HEX triplet: 9D, 88 and FA. RGB value is (157,136,250). Sum of RGB (Red+Green+Blue) = 157+136+250=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D88FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D88FA is #627705. Grayscale: #9A9A9A. Windows color (decimal): -6452998 or 16418973. OLE color: 16418973.

HSL color Cylindrical-coordinate representation of color #9D88FA: hue angle of 251.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D88FA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 136 250 -
CMYK 0.37 0.46 0 0.02
HSL 251.05º 0.92% 0.76% -
HSV(B) 251.05º 0.46% 0.98% -
XYZ 39.96 31.68 94.45 -
YUV 155.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 157 136 250 0.37 0.46 0 0.02 251.05 0.92 0.76
Hex 9D 88 FA 25 2E 0 2 FB 5C 4C
Octal 235 210 372 45 56 0 2 373 134 114
Binary 10011101 10001000 11111010 100101 101110 0 10 11111011 1011100 1001100

Color Harmonies of #9D88FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D88FA

Black with #9D88FA

Text Example


Text Example

White with #9D88FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D88FA; }

 p { color: rgb(157,136,250); }

 H1.HeaderClassName
 {
   color: #9D88FA;
 }
 .AnyTagClassName
 {
   color: #9D88FA;
 }
</style>

background-color css

<style>
 a { background-color: #9D88FA; }

 a { background-color: rgb(157,136,250); }

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

border-color css

<style>
 span { border-color: #9D88FA; }

 span { border-color: rgb(157,136,250); }

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