Html Css Color HEX #9472FE Light Slate Blue

📋 copy color: '#9472FE'

red 148 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #9472FE

Tints of Light Slate Blue #9472FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.09%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 28.68%
G = 22.09%
B = 49.22%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9472FE (or 0x9472FE) is known color: Light Slate Blue. HEX triplet: 94, 72 and FE. RGB value is (148,114,254). Sum of RGB (Red+Green+Blue) = 148+114+254=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9472FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472FE is #6B8D01. Grayscale: #8B8B8B. Windows color (decimal): -7048450 or 16675476. OLE color: 16675476.

HSL color Cylindrical-coordinate representation of color #9472FE: hue angle of 254.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9472FE is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 114 254 -
CMYK 0.42 0.55 0 0.00
HSL 254.57º 0.99% 0.72% -
HSV(B) 254.57º 0.55% 1% -
XYZ 36.12 25.49 96.78 -
YUV 140.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 148 114 254 0.42 0.55 0 0.00 254.57 0.99 0.72
Hex 94 72 FE 2A 37 0 0 FF 63 48
Octal 224 162 376 52 67 0 0 377 143 110
Binary 10010100 1110010 11111110 101010 110111 0 0 11111111 1100011 1001000

Color Harmonies of #9472FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472FE

Black with #9472FE

Text Example


Text Example

White with #9472FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9472FE; }

 p { color: rgb(148,114,254); }

 H1.HeaderClassName
 {
   color: #9472FE;
 }
 .AnyTagClassName
 {
   color: #9472FE;
 }
</style>

background-color css

<style>
 a { background-color: #9472FE; }

 a { background-color: rgb(148,114,254); }

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

border-color css

<style>
 span { border-color: #9472FE; }

 span { border-color: rgb(148,114,254); }

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