Html Css Color HEX #714BDD Slate Blue

📋 copy color: '#714BDD'

red 113 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #714BDD

Tints of Slate Blue #714BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.34%

 BLUE value IS 221 (86.72% from 255) = 54.03%

R = 27.63%
G = 18.34%
B = 54.03%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714BDD (or 0x714BDD) is known color: Slate Blue. HEX triplet: 71, 4B and DD. RGB value is (113,75,221). Sum of RGB (Red+Green+Blue) = 113+75+221=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #714BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDD is #8EB422. Grayscale: #666666. Windows color (decimal): -9352227 or 14502769. OLE color: 14502769.

HSL color Cylindrical-coordinate representation of color #714BDD: hue angle of 255.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714BDD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 75 221 -
CMYK 0.49 0.66 0 0.13
HSL 255.62º 0.68% 0.58% -
HSV(B) 255.62º 0.66% 0.87% -
XYZ 22.38 13.76 69.88 -
YUV 103.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 113 75 221 0.49 0.66 0 0.13 255.62 0.68 0.58
Hex 71 4B DD 31 42 0 D 100 44 3A
Octal 161 113 335 61 102 0 15 400 104 72
Binary 1110001 1001011 11011101 110001 1000010 0 1101 100000000 1000100 111010

Color Harmonies of #714BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BDD

Black with #714BDD

Text Example


Text Example

White with #714BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,75,221); }

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

background-color css

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

 a { background-color: rgb(113,75,221); }

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

border-color css

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

 span { border-color: rgb(113,75,221); }

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