Html Css Color HEX #716DBA Chetwode Blue

📋 copy color: '#716DBA'

red 113 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #716DBA

Tints of Chetwode Blue #716DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 27.7%
G = 26.72%
B = 45.59%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#716DBA (or 0x716DBA) is known color: Chetwode Blue. HEX triplet: 71, 6D and BA. RGB value is (113,109,186). Sum of RGB (Red+Green+Blue) = 113+109+186=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #716DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DBA is #8E9245. Grayscale: #767676. Windows color (decimal): -9343558 or 12217713. OLE color: 12217713.

HSL color Cylindrical-coordinate representation of color #716DBA: hue angle of 243.12º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716DBA is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 109 186 -
CMYK 0.39 0.41 0 0.27
HSL 243.12º 0.36% 0.58% -
HSV(B) 243.12º 0.41% 0.73% -
XYZ 21.14 17.99 48.81 -
YUV 118.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 113 109 186 0.39 0.41 0 0.27 243.12 0.36 0.58
Hex 71 6D BA 27 29 0 1B F3 24 3A
Octal 161 155 272 47 51 0 33 363 44 72
Binary 1110001 1101101 10111010 100111 101001 0 11011 11110011 100100 111010

Color Harmonies of #716DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DBA

Black with #716DBA

Text Example


Text Example

White with #716DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716DBA; }

 p { color: rgb(113,109,186); }

 H1.HeaderClassName
 {
   color: #716DBA;
 }
 .AnyTagClassName
 {
   color: #716DBA;
 }
</style>

background-color css

<style>
 a { background-color: #716DBA; }

 a { background-color: rgb(113,109,186); }

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

border-color css

<style>
 span { border-color: #716DBA; }

 span { border-color: rgb(113,109,186); }

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