Html Css Color HEX #9488FA Light Slate Blue

📋 copy color: '#9488FA'

red 148 ◦ green 136 ◦ blue 250

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

Shades of Light Slate Blue #9488FA

Tints of Light Slate Blue #9488FA

RGB

 RED value IS 148 (58.2% from 255) = 27.72%

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

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

R = 27.72%
G = 25.47%
B = 46.82%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9488FA (or 0x9488FA) is known color: Light Slate Blue. HEX triplet: 94, 88 and FA. RGB value is (148,136,250). Sum of RGB (Red+Green+Blue) = 148+136+250=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9488FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488FA is #6B7705. Grayscale: #989898. Windows color (decimal): -7042822 or 16418964. OLE color: 16418964.

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

Color convert

RGB 148 136 250 -
CMYK 0.41 0.46 0 0.02
HSL 246.32º 0.92% 0.76% -
HSV(B) 246.32º 0.46% 0.98% -
XYZ 38.27 30.81 94.37 -
YUV 152.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 148 136 250 0.41 0.46 0 0.02 246.32 0.92 0.76
Hex 94 88 FA 29 2E 0 2 F6 5C 4C
Octal 224 210 372 51 56 0 2 366 134 114
Binary 10010100 10001000 11111010 101001 101110 0 10 11110110 1011100 1001100

Color Harmonies of #9488FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488FA

Black with #9488FA

Text Example


Text Example

White with #9488FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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