Html Css Color HEX #9492FD Light Slate Blue

📋 copy color: '#9492FD'

red 148 ◦ green 146 ◦ blue 253

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

Shades of Light Slate Blue #9492FD

Tints of Light Slate Blue #9492FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.69%

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

R = 27.06%
G = 26.69%
B = 46.25%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9492FD (or 0x9492FD) is known color: Light Slate Blue. HEX triplet: 94, 92 and FD. RGB value is (148,146,253). Sum of RGB (Red+Green+Blue) = 148+146+253=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #9492FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492FD is #6B6D02. Grayscale: #9E9E9E. Windows color (decimal): -7040259 or 16618132. OLE color: 16618132.

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

Color convert

RGB 148 146 253 -
CMYK 0.42 0.42 0 0.01
HSL 241.12º 0.96% 0.78% -
HSV(B) 241.12º 0.42% 0.99% -
XYZ 40.22 33.95 97.36 -
YUV 158.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 148 146 253 0.42 0.42 0 0.01 241.12 0.96 0.78
Hex 94 92 FD 2A 2A 0 1 F1 60 4E
Octal 224 222 375 52 52 0 1 361 140 116
Binary 10010100 10010010 11111101 101010 101010 0 1 11110001 1100000 1001110

Color Harmonies of #9492FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9492FD

Black with #9492FD

Text Example


Text Example

White with #9492FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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