Html Css Color HEX #7275AB Chetwode Blue

📋 copy color: '#7275AB'

red 114 ◦ green 117 ◦ blue 171

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

Shades of Chetwode Blue #7275AB

Tints of Chetwode Blue #7275AB

RGB

 RED value IS 114 (44.92% from 255) = 28.36%

 GREEN value IS 117 (46.09% from 255) = 29.1%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 28.36%
G = 29.1%
B = 42.54%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7275AB (or 0x7275AB) is known color: Chetwode Blue. HEX triplet: 72, 75 and AB. RGB value is (114,117,171). Sum of RGB (Red+Green+Blue) = 114+117+171=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7275AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7275AB is #8D8A54. Grayscale: #7A7A7A. Windows color (decimal): -9275989 or 11236722. OLE color: 11236722.

HSL color Cylindrical-coordinate representation of color #7275AB: hue angle of 236.84º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7275AB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 117 171 -
CMYK 0.33 0.32 0 0.33
HSL 236.84º 0.25% 0.56% -
HSV(B) 236.84º 0.33% 0.67% -
XYZ 20.65 19.24 41.15 -
YUV 122.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 114 117 171 0.33 0.32 0 0.33 236.84 0.25 0.56
Hex 72 75 AB 21 20 0 21 ED 19 38
Octal 162 165 253 41 40 0 41 355 31 70
Binary 1110010 1110101 10101011 100001 100000 0 100001 11101101 11001 111000

Color Harmonies of #7275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275AB

Black with #7275AB

Text Example


Text Example

White with #7275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7275AB; }

 p { color: rgb(114,117,171); }

 H1.HeaderClassName
 {
   color: #7275AB;
 }
 .AnyTagClassName
 {
   color: #7275AB;
 }
</style>

background-color css

<style>
 a { background-color: #7275AB; }

 a { background-color: rgb(114,117,171); }

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

border-color css

<style>
 span { border-color: #7275AB; }

 span { border-color: rgb(114,117,171); }

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