Html Css Color HEX #7065CE Slate Blue

📋 copy color: '#7065CE'

red 112 ◦ green 101 ◦ blue 206

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

Shades of Slate Blue #7065CE

Tints of Slate Blue #7065CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.11%

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

R = 26.73%
G = 24.11%
B = 49.16%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7065CE (or 0x7065CE) is known color: Slate Blue. HEX triplet: 70, 65 and CE. RGB value is (112,101,206). Sum of RGB (Red+Green+Blue) = 112+101+206=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7065CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065CE is #8F9A31. Grayscale: #737373. Windows color (decimal): -9411122 or 13526384. OLE color: 13526384.

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

Color convert

RGB 112 101 206 -
CMYK 0.46 0.51 0 0.19
HSL 246.29º 0.52% 0.6% -
HSV(B) 246.29º 0.51% 0.81% -
XYZ 22.48 17.21 60.53 -
YUV 116.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 112 101 206 0.46 0.51 0 0.19 246.29 0.52 0.6
Hex 70 65 CE 2E 33 0 13 F6 34 3C
Octal 160 145 316 56 63 0 23 366 64 74
Binary 1110000 1100101 11001110 101110 110011 0 10011 11110110 110100 111100

Color Harmonies of #7065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065CE

Black with #7065CE

Text Example


Text Example

White with #7065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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