Html Css Color HEX #714CDC Slate Blue

📋 copy color: '#714CDC'

red 113 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #714CDC

Tints of Slate Blue #714CDC

RGB

 RED value IS 113 (44.53% from 255) = 27.63%

 GREEN value IS 76 (30.08% from 255) = 18.58%

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 27.63%
G = 18.58%
B = 53.79%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#714CDC (or 0x714CDC) is known color: Slate Blue. HEX triplet: 71, 4C and DC. RGB value is (113,76,220). Sum of RGB (Red+Green+Blue) = 113+76+220=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #714CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714CDC is #8EB323. Grayscale: #666666. Windows color (decimal): -9351972 or 14437489. OLE color: 14437489.

HSL color Cylindrical-coordinate representation of color #714CDC: hue angle of 255.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714CDC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 76 220 -
CMYK 0.49 0.65 0 0.14
HSL 255.42º 0.67% 0.58% -
HSV(B) 255.42º 0.65% 0.86% -
XYZ 22.31 13.85 69.21 -
YUV 103.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 113 76 220 0.49 0.65 0 0.14 255.42 0.67 0.58
Hex 71 4C DC 31 41 0 E FF 43 3A
Octal 161 114 334 61 101 0 16 377 103 72
Binary 1110001 1001100 11011100 110001 1000001 0 1110 11111111 1000011 111010

Color Harmonies of #714CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714CDC

Black with #714CDC

Text Example


Text Example

White with #714CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714CDC; }

 p { color: rgb(113,76,220); }

 H1.HeaderClassName
 {
   color: #714CDC;
 }
 .AnyTagClassName
 {
   color: #714CDC;
 }
</style>

background-color css

<style>
 a { background-color: #714CDC; }

 a { background-color: rgb(113,76,220); }

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

border-color css

<style>
 span { border-color: #714CDC; }

 span { border-color: rgb(113,76,220); }

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