Html Css Color HEX #7063CE Slate Blue

📋 copy color: '#7063CE'

red 112 ◦ green 99 ◦ blue 206

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

Shades of Slate Blue #7063CE

Tints of Slate Blue #7063CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 26.86%
G = 23.74%
B = 49.4%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7063CE (or 0x7063CE) is known color: Slate Blue. HEX triplet: 70, 63 and CE. RGB value is (112,99,206). Sum of RGB (Red+Green+Blue) = 112+99+206=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #7063CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7063CE is #8F9C31. Grayscale: #727272. Windows color (decimal): -9411634 or 13525872. OLE color: 13525872.

HSL color Cylindrical-coordinate representation of color #7063CE: hue angle of 247.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7063CE is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 99 206 -
CMYK 0.46 0.52 0 0.19
HSL 247.29º 0.52% 0.6% -
HSV(B) 247.29º 0.52% 0.81% -
XYZ 22.28 16.82 60.47 -
YUV 115.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 112 99 206 0.46 0.52 0 0.19 247.29 0.52 0.6
Hex 70 63 CE 2E 34 0 13 F7 34 3C
Octal 160 143 316 56 64 0 23 367 64 74
Binary 1110000 1100011 11001110 101110 110100 0 10011 11110111 110100 111100

Color Harmonies of #7063CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063CE

Black with #7063CE

Text Example


Text Example

White with #7063CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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