Html Css Color HEX #9488EE Light Slate Blue

📋 copy color: '#9488EE'

red 148 ◦ green 136 ◦ blue 238

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

Shades of Light Slate Blue #9488EE

Tints of Light Slate Blue #9488EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 28.35%
G = 26.05%
B = 45.59%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9488EE (or 0x9488EE) is known color: Light Slate Blue. HEX triplet: 94, 88 and EE. RGB value is (148,136,238). Sum of RGB (Red+Green+Blue) = 148+136+238=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #9488EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488EE is #6B7711. Grayscale: #969696. Windows color (decimal): -7042834 or 15632532. OLE color: 15632532.

HSL color Cylindrical-coordinate representation of color #9488EE: hue angle of 247.06º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9488EE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 136 238 -
CMYK 0.38 0.43 0 0.07
HSL 247.06º 0.75% 0.73% -
HSV(B) 247.06º 0.43% 0.93% -
XYZ 36.45 30.08 84.77 -
YUV 151.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 148 136 238 0.38 0.43 0 0.07 247.06 0.75 0.73
Hex 94 88 EE 26 2B 0 7 F7 4B 49
Octal 224 210 356 46 53 0 7 367 113 111
Binary 10010100 10001000 11101110 100110 101011 0 111 11110111 1001011 1001001

Color Harmonies of #9488EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488EE

Black with #9488EE

Text Example


Text Example

White with #9488EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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