Html Css Color HEX #9488FD Light Slate Blue

📋 copy color: '#9488FD'

red 148 ◦ green 136 ◦ blue 253

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

Shades of Light Slate Blue #9488FD

Tints of Light Slate Blue #9488FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 27.56%
G = 25.33%
B = 47.11%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9488FD (or 0x9488FD) is known color: Light Slate Blue. HEX triplet: 94, 88 and FD. RGB value is (148,136,253). Sum of RGB (Red+Green+Blue) = 148+136+253=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #9488FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9488FD is #6B7702. Grayscale: #989898. Windows color (decimal): -7042819 or 16615572. OLE color: 16615572.

HSL color Cylindrical-coordinate representation of color #9488FD: hue angle of 246.15º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9488FD is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 136 253 -
CMYK 0.42 0.46 0 0.01
HSL 246.15º 0.97% 0.76% -
HSV(B) 246.15º 0.46% 0.99% -
XYZ 38.75 31 96.87 -
YUV 152.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 148 136 253 0.42 0.46 0 0.01 246.15 0.97 0.76
Hex 94 88 FD 2A 2E 0 1 F6 61 4C
Octal 224 210 375 52 56 0 1 366 141 114
Binary 10010100 10001000 11111101 101010 101110 0 1 11110110 1100001 1001100

Color Harmonies of #9488FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488FD

Black with #9488FD

Text Example


Text Example

White with #9488FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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