Html Css Color HEX #9492FC Light Slate Blue

📋 copy color: '#9492FC'

red 148 ◦ green 146 ◦ blue 252

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

Shades of Light Slate Blue #9492FC

Tints of Light Slate Blue #9492FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 27.11%
G = 26.74%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9492FC (or 0x9492FC) is known color: Light Slate Blue. HEX triplet: 94, 92 and FC. RGB value is (148,146,252). Sum of RGB (Red+Green+Blue) = 148+146+252=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9492FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492FC is #6B6D03. Grayscale: #9E9E9E. Windows color (decimal): -7040260 or 16552596. OLE color: 16552596.

HSL color Cylindrical-coordinate representation of color #9492FC: hue angle of 241.13º degrees, saturation: 0.95, 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 #9492FC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 146 252 -
CMYK 0.41 0.42 0 0.01
HSL 241.13º 0.95% 0.78% -
HSV(B) 241.13º 0.42% 0.99% -
XYZ 40.06 33.88 96.52 -
YUV 158.68 180.66 120.38 -
System Red Green Blue C M Y K H S L
Decimal 148 146 252 0.41 0.42 0 0.01 241.13 0.95 0.78
Hex 94 92 FC 29 2A 0 1 F1 5F 4E
Octal 224 222 374 51 52 0 1 361 137 116
Binary 10010100 10010010 11111100 101001 101010 0 1 11110001 1011111 1001110

Color Harmonies of #9492FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9492FC

Black with #9492FC

Text Example


Text Example

White with #9492FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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