Html Css Color HEX #7470FF Light Slate Blue

📋 copy color: '#7470FF'

red 116 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #7470FF

Tints of Light Slate Blue #7470FF

RGB

 RED value IS 116 (45.7% from 255) = 24.02%

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 24.02%
G = 23.19%
B = 52.8%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7470FF (or 0x7470FF) is known color: Light Slate Blue. HEX triplet: 74, 70 and FF. RGB value is (116,112,255). Sum of RGB (Red+Green+Blue) = 116+112+255=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #7470FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7470FF is #8B8F00. Grayscale: #808080. Windows color (decimal): -9146113 or 16740468. OLE color: 16740468.

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

Color convert

RGB 116 112 255 -
CMYK 0.55 0.56 0 0
HSL 241.68º 1% 0.72% -
HSV(B) 241.68º 0.56% 1% -
XYZ 31.05 22.52 97.32 -
YUV 129.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 116 112 255 0.55 0.56 0 0 241.68 1 0.72
Hex 74 70 FF 37 38 0 0 F2 64 48
Octal 164 160 377 67 70 0 0 362 144 110
Binary 1110100 1110000 11111111 110111 111000 0 0 11110010 1100100 1001000

Color Harmonies of #7470FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7470FF

Black with #7470FF

Text Example


Text Example

White with #7470FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7470FF; }

 p { color: rgb(116,112,255); }

 H1.HeaderClassName
 {
   color: #7470FF;
 }
 .AnyTagClassName
 {
   color: #7470FF;
 }
</style>

background-color css

<style>
 a { background-color: #7470FF; }

 a { background-color: rgb(116,112,255); }

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

border-color css

<style>
 span { border-color: #7470FF; }

 span { border-color: rgb(116,112,255); }

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