Html Css Color HEX #7370FE Light Slate Blue

📋 copy color: '#7370FE'

red 115 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #7370FE

Tints of Light Slate Blue #7370FE

RGB

 RED value IS 115 (45.31% from 255) = 23.91%

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

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

R = 23.91%
G = 23.28%
B = 52.81%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7370FE (or 0x7370FE) is known color: Light Slate Blue. HEX triplet: 73, 70 and FE. RGB value is (115,112,254). Sum of RGB (Red+Green+Blue) = 115+112+254=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7370FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7370FE is #8C8F01. Grayscale: #808080. Windows color (decimal): -9211650 or 16674931. OLE color: 16674931.

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

Color convert

RGB 115 112 254 -
CMYK 0.55 0.56 0 0.00
HSL 241.27º 0.99% 0.72% -
HSV(B) 241.27º 0.56% 1% -
XYZ 30.75 22.39 96.47 -
YUV 129.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 115 112 254 0.55 0.56 0 0.00 241.27 0.99 0.72
Hex 73 70 FE 37 38 0 0 F1 63 48
Octal 163 160 376 67 70 0 0 361 143 110
Binary 1110011 1110000 11111110 110111 111000 0 0 11110001 1100011 1001000

Color Harmonies of #7370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370FE

Black with #7370FE

Text Example


Text Example

White with #7370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,112,254); }

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

background-color css

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

 a { background-color: rgb(115,112,254); }

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

border-color css

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

 span { border-color: rgb(115,112,254); }

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