Html Css Color HEX #9470FD Light Slate Blue

📋 copy color: '#9470FD'

red 148 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #9470FD

Tints of Light Slate Blue #9470FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

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

R = 28.85%
G = 21.83%
B = 49.32%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9470FD (or 0x9470FD) is known color: Light Slate Blue. HEX triplet: 94, 70 and FD. RGB value is (148,112,253). Sum of RGB (Red+Green+Blue) = 148+112+253=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #9470FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470FD is #6B8F02. Grayscale: #8A8A8A. Windows color (decimal): -7048963 or 16609428. OLE color: 16609428.

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

Color convert

RGB 148 112 253 -
CMYK 0.42 0.56 0 0.01
HSL 255.32º 0.97% 0.72% -
HSV(B) 255.32º 0.56% 0.99% -
XYZ 35.74 24.98 95.87 -
YUV 138.84 192.43 134.54 -
System Red Green Blue C M Y K H S L
Decimal 148 112 253 0.42 0.56 0 0.01 255.32 0.97 0.72
Hex 94 70 FD 2A 38 0 1 FF 61 48
Octal 224 160 375 52 70 0 1 377 141 110
Binary 10010100 1110000 11111101 101010 111000 0 1 11111111 1100001 1001000

Color Harmonies of #9470FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470FD

Black with #9470FD

Text Example


Text Example

White with #9470FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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