Html Css Color HEX #7063CC Slate Blue

📋 copy color: '#7063CC'

red 112 ◦ green 99 ◦ blue 204

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

Shades of Slate Blue #7063CC

Tints of Slate Blue #7063CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

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

R = 26.99%
G = 23.86%
B = 49.16%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7063CC (or 0x7063CC) is known color: Slate Blue. HEX triplet: 70, 63 and CC. RGB value is (112,99,204). Sum of RGB (Red+Green+Blue) = 112+99+204=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #7063CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063CC is #8F9C33. Grayscale: #727272. Windows color (decimal): -9411636 or 13394800. OLE color: 13394800.

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

Color convert

RGB 112 99 204 -
CMYK 0.45 0.51 0 0.2
HSL 247.43º 0.51% 0.59% -
HSV(B) 247.43º 0.51% 0.8% -
XYZ 22.04 16.73 59.19 -
YUV 114.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 112 99 204 0.45 0.51 0 0.2 247.43 0.51 0.59
Hex 70 63 CC 2D 33 0 14 F7 33 3B
Octal 160 143 314 55 63 0 24 367 63 73
Binary 1110000 1100011 11001100 101101 110011 0 10100 11110111 110011 111011

Color Harmonies of #7063CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063CC

Black with #7063CC

Text Example


Text Example

White with #7063CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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