Html Css Color HEX #714BDA Slate Blue

📋 copy color: '#714BDA'

red 113 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #714BDA

Tints of Slate Blue #714BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 27.83%
G = 18.47%
B = 53.69%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#714BDA (or 0x714BDA) is known color: Slate Blue. HEX triplet: 71, 4B and DA. RGB value is (113,75,218). Sum of RGB (Red+Green+Blue) = 113+75+218=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #714BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714BDA is #8EB425. Grayscale: #666666. Windows color (decimal): -9352230 or 14306161. OLE color: 14306161.

HSL color Cylindrical-coordinate representation of color #714BDA: hue angle of 255.94º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714BDA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 75 218 -
CMYK 0.48 0.66 0 0.15
HSL 255.94º 0.66% 0.57% -
HSV(B) 255.94º 0.66% 0.85% -
XYZ 21.98 13.6 67.8 -
YUV 102.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 113 75 218 0.48 0.66 0 0.15 255.94 0.66 0.57
Hex 71 4B DA 30 42 0 F 100 42 39
Octal 161 113 332 60 102 0 17 400 102 71
Binary 1110001 1001011 11011010 110000 1000010 0 1111 100000000 1000010 111001

Color Harmonies of #714BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714BDA

Black with #714BDA

Text Example


Text Example

White with #714BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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