Html Css Color HEX #7076FE Light Slate Blue

📋 copy color: '#7076FE'

red 112 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #7076FE

Tints of Light Slate Blue #7076FE

RGB

 RED value IS 112 (44.14% from 255) = 23.14%

 GREEN value IS 118 (46.48% from 255) = 24.38%

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

R = 23.14%
G = 24.38%
B = 52.48%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7076FE (or 0x7076FE) is known color: Light Slate Blue. HEX triplet: 70, 76 and FE. RGB value is (112,118,254). Sum of RGB (Red+Green+Blue) = 112+118+254=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #7076FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076FE is #8F8901. Grayscale: #838383. Windows color (decimal): -9406722 or 16676464. OLE color: 16676464.

HSL color Cylindrical-coordinate representation of color #7076FE: hue angle of 237.46º 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 #7076FE is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 118 254 -
CMYK 0.56 0.54 0 0.00
HSL 237.46º 0.99% 0.72% -
HSV(B) 237.46º 0.56% 1% -
XYZ 31.05 23.56 96.68 -
YUV 131.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 112 118 254 0.56 0.54 0 0.00 237.46 0.99 0.72
Hex 70 76 FE 38 36 0 0 ED 63 48
Octal 160 166 376 70 66 0 0 355 143 110
Binary 1110000 1110110 11111110 111000 110110 0 0 11101101 1100011 1001000

Color Harmonies of #7076FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076FE

Black with #7076FE

Text Example


Text Example

White with #7076FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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