Html Css Color HEX #726FC1 Chetwode Blue

📋 copy color: '#726FC1'

red 114 ◦ green 111 ◦ blue 193

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

Shades of Chetwode Blue #726FC1

Tints of Chetwode Blue #726FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 193 (75.78% from 255) = 46.17%

R = 27.27%
G = 26.56%
B = 46.17%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#726FC1 (or 0x726FC1) is known color: Chetwode Blue. HEX triplet: 72, 6F and C1. RGB value is (114,111,193). Sum of RGB (Red+Green+Blue) = 114+111+193=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #726FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FC1 is #8D903E. Grayscale: #787878. Windows color (decimal): -9277503 or 12676978. OLE color: 12676978.

HSL color Cylindrical-coordinate representation of color #726FC1: hue angle of 242.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #726FC1 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 111 193 -
CMYK 0.41 0.42 0 0.24
HSL 242.2º 0.4% 0.6% -
HSV(B) 242.2º 0.42% 0.76% -
XYZ 22.25 18.8 52.91 -
YUV 121.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 114 111 193 0.41 0.42 0 0.24 242.2 0.4 0.6
Hex 72 6F C1 29 2A 0 18 F2 28 3C
Octal 162 157 301 51 52 0 30 362 50 74
Binary 1110010 1101111 11000001 101001 101010 0 11000 11110010 101000 111100

Color Harmonies of #726FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FC1

Black with #726FC1

Text Example


Text Example

White with #726FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726FC1; }

 p { color: rgb(114,111,193); }

 H1.HeaderClassName
 {
   color: #726FC1;
 }
 .AnyTagClassName
 {
   color: #726FC1;
 }
</style>

background-color css

<style>
 a { background-color: #726FC1; }

 a { background-color: rgb(114,111,193); }

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

border-color css

<style>
 span { border-color: #726FC1; }

 span { border-color: rgb(114,111,193); }

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