Html Css Color HEX #7055CC Slate Blue

📋 copy color: '#7055CC'

red 112 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #7055CC

Tints of Slate Blue #7055CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 27.93%
G = 21.2%
B = 50.87%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7055CC (or 0x7055CC) is known color: Slate Blue. HEX triplet: 70, 55 and CC. RGB value is (112,85,204). Sum of RGB (Red+Green+Blue) = 112+85+204=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #7055CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055CC is #8FAA33. Grayscale: #6A6A6A. Windows color (decimal): -9415220 or 13391216. OLE color: 13391216.

HSL color Cylindrical-coordinate representation of color #7055CC: hue angle of 253.61º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7055CC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 85 204 -
CMYK 0.45 0.58 0 0.2
HSL 253.61º 0.54% 0.57% -
HSV(B) 253.61º 0.58% 0.8% -
XYZ 20.83 14.3 58.79 -
YUV 106.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 112 85 204 0.45 0.58 0 0.2 253.61 0.54 0.57
Hex 70 55 CC 2D 3A 0 14 FE 36 39
Octal 160 125 314 55 72 0 24 376 66 71
Binary 1110000 1010101 11001100 101101 111010 0 10100 11111110 110110 111001

Color Harmonies of #7055CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055CC

Black with #7055CC

Text Example


Text Example

White with #7055CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7055CC; }

 p { color: rgb(112,85,204); }

 H1.HeaderClassName
 {
   color: #7055CC;
 }
 .AnyTagClassName
 {
   color: #7055CC;
 }
</style>

background-color css

<style>
 a { background-color: #7055CC; }

 a { background-color: rgb(112,85,204); }

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

border-color css

<style>
 span { border-color: #7055CC; }

 span { border-color: rgb(112,85,204); }

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