Html Css Color HEX #9470FA Light Slate Blue

📋 copy color: '#9470FA'

red 148 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #9470FA

Tints of Light Slate Blue #9470FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 29.02%
G = 21.96%
B = 49.02%

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

#9470FA (or 0x9470FA) is known color: Light Slate Blue. HEX triplet: 94, 70 and FA. RGB value is (148,112,250). Sum of RGB (Red+Green+Blue) = 148+112+250=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #9470FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9470FA is #6B8F05. Grayscale: #898989. Windows color (decimal): -7048966 or 16412820. OLE color: 16412820.

HSL color Cylindrical-coordinate representation of color #9470FA: hue angle of 255.65º degrees, saturation: 0.93, 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 #9470FA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 112 250 -
CMYK 0.41 0.55 0 0.02
HSL 255.65º 0.93% 0.71% -
HSV(B) 255.65º 0.55% 0.98% -
XYZ 35.26 24.79 93.37 -
YUV 138.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 148 112 250 0.41 0.55 0 0.02 255.65 0.93 0.71
Hex 94 70 FA 29 37 0 2 100 5D 47
Octal 224 160 372 51 67 0 2 400 135 107
Binary 10010100 1110000 11111010 101001 110111 0 10 100000000 1011101 1000111

Color Harmonies of #9470FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470FA

Black with #9470FA

Text Example


Text Example

White with #9470FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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