Html Css Color HEX #7064CA Slate Blue

📋 copy color: '#7064CA'

red 112 ◦ green 100 ◦ blue 202

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

Shades of Slate Blue #7064CA

Tints of Slate Blue #7064CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 27.05%
G = 24.15%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7064CA (or 0x7064CA) is known color: Slate Blue. HEX triplet: 70, 64 and CA. RGB value is (112,100,202). Sum of RGB (Red+Green+Blue) = 112+100+202=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #7064CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7064CA is #8F9B35. Grayscale: #727272. Windows color (decimal): -9411382 or 13263984. OLE color: 13263984.

HSL color Cylindrical-coordinate representation of color #7064CA: hue angle of 247.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7064CA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 100 202 -
CMYK 0.45 0.50 0 0.21
HSL 247.06º 0.49% 0.59% -
HSV(B) 247.06º 0.5% 0.79% -
XYZ 21.9 16.82 57.97 -
YUV 115.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 112 100 202 0.45 0.50 0 0.21 247.06 0.49 0.59
Hex 70 64 CA 2D 32 0 15 F7 31 3B
Octal 160 144 312 55 62 0 25 367 61 73
Binary 1110000 1100100 11001010 101101 110010 0 10101 11110111 110001 111011

Color Harmonies of #7064CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7064CA

Black with #7064CA

Text Example


Text Example

White with #7064CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7064CA; }

 p { color: rgb(112,100,202); }

 H1.HeaderClassName
 {
   color: #7064CA;
 }
 .AnyTagClassName
 {
   color: #7064CA;
 }
</style>

background-color css

<style>
 a { background-color: #7064CA; }

 a { background-color: rgb(112,100,202); }

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

border-color css

<style>
 span { border-color: #7064CA; }

 span { border-color: rgb(112,100,202); }

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