Html Css Color HEX #9470FB Light Slate Blue

📋 copy color: '#9470FB'

red 148 ◦ green 112 ◦ blue 251

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

Shades of Light Slate Blue #9470FB

Tints of Light Slate Blue #9470FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 28.96%
G = 21.92%
B = 49.12%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9470FB (or 0x9470FB) is known color: Light Slate Blue. HEX triplet: 94, 70 and FB. RGB value is (148,112,251). Sum of RGB (Red+Green+Blue) = 148+112+251=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #9470FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470FB is #6B8F04. Grayscale: #8A8A8A. Windows color (decimal): -7048965 or 16478356. OLE color: 16478356.

HSL color Cylindrical-coordinate representation of color #9470FB: hue angle of 255.54º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9470FB is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 112 251 -
CMYK 0.41 0.55 0 0.02
HSL 255.54º 0.95% 0.71% -
HSV(B) 255.54º 0.55% 0.98% -
XYZ 35.42 24.85 94.2 -
YUV 138.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 148 112 251 0.41 0.55 0 0.02 255.54 0.95 0.71
Hex 94 70 FB 29 37 0 2 100 5F 47
Octal 224 160 373 51 67 0 2 400 137 107
Binary 10010100 1110000 11111011 101001 110111 0 10 100000000 1011111 1000111

Color Harmonies of #9470FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470FB

Black with #9470FB

Text Example


Text Example

White with #9470FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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