Html Css Color HEX #7077FC Light Slate Blue

📋 copy color: '#7077FC'

red 112 ◦ green 119 ◦ blue 252

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

Shades of Light Slate Blue #7077FC

Tints of Light Slate Blue #7077FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.64%

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 23.19%
G = 24.64%
B = 52.17%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7077FC (or 0x7077FC) is known color: Light Slate Blue. HEX triplet: 70, 77 and FC. RGB value is (112,119,252). Sum of RGB (Red+Green+Blue) = 112+119+252=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #7077FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7077FC is #8F8803. Grayscale: #838383. Windows color (decimal): -9406468 or 16545648. OLE color: 16545648.

HSL color Cylindrical-coordinate representation of color #7077FC: hue angle of 237º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7077FC is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 119 252 -
CMYK 0.56 0.53 0 0.01
HSL 237º 0.96% 0.71% -
HSV(B) 237º 0.56% 0.99% -
XYZ 30.85 23.67 95.04 -
YUV 132.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 112 119 252 0.56 0.53 0 0.01 237 0.96 0.71
Hex 70 77 FC 38 35 0 1 ED 60 47
Octal 160 167 374 70 65 0 1 355 140 107
Binary 1110000 1110111 11111100 111000 110101 0 1 11101101 1100000 1000111

Color Harmonies of #7077FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077FC

Black with #7077FC

Text Example


Text Example

White with #7077FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7077FC; }

 p { color: rgb(112,119,252); }

 H1.HeaderClassName
 {
   color: #7077FC;
 }
 .AnyTagClassName
 {
   color: #7077FC;
 }
</style>

background-color css

<style>
 a { background-color: #7077FC; }

 a { background-color: rgb(112,119,252); }

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

border-color css

<style>
 span { border-color: #7077FC; }

 span { border-color: rgb(112,119,252); }

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