Html Css Color HEX #9488F3 Light Slate Blue

📋 copy color: '#9488F3'

red 148 ◦ green 136 ◦ blue 243

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

Shades of Light Slate Blue #9488F3

Tints of Light Slate Blue #9488F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 28.08%
G = 25.81%
B = 46.11%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9488F3 (or 0x9488F3) is known color: Light Slate Blue. HEX triplet: 94, 88 and F3. RGB value is (148,136,243). Sum of RGB (Red+Green+Blue) = 148+136+243=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #9488F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488F3 is #6B770C. Grayscale: #979797. Windows color (decimal): -7042829 or 15960212. OLE color: 15960212.

HSL color Cylindrical-coordinate representation of color #9488F3: hue angle of 246.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9488F3 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 136 243 -
CMYK 0.39 0.44 0 0.05
HSL 246.73º 0.82% 0.74% -
HSV(B) 246.73º 0.44% 0.95% -
XYZ 37.19 30.38 88.7 -
YUV 151.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 148 136 243 0.39 0.44 0 0.05 246.73 0.82 0.74
Hex 94 88 F3 27 2C 0 5 F7 52 4A
Octal 224 210 363 47 54 0 5 367 122 112
Binary 10010100 10001000 11110011 100111 101100 0 101 11110111 1010010 1001010

Color Harmonies of #9488F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488F3

Black with #9488F3

Text Example


Text Example

White with #9488F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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