Html Css Color HEX #756FB8 Chetwode Blue

📋 copy color: '#756FB8'

red 117 ◦ green 111 ◦ blue 184

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

Shades of Chetwode Blue #756FB8

Tints of Chetwode Blue #756FB8

RGB

 RED value IS 117 (46.09% from 255) = 28.4%

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

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 28.4%
G = 26.94%
B = 44.66%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#756FB8 (or 0x756FB8) is known color: Chetwode Blue. HEX triplet: 75, 6F and B8. RGB value is (117,111,184). Sum of RGB (Red+Green+Blue) = 117+111+184=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #756FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756FB8 is #8A9047. Grayscale: #787878. Windows color (decimal): -9080904 or 12087157. OLE color: 12087157.

HSL color Cylindrical-coordinate representation of color #756FB8: hue angle of 244.93º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756FB8 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 111 184 -
CMYK 0.36 0.40 0 0.28
HSL 244.93º 0.34% 0.58% -
HSV(B) 244.93º 0.4% 0.72% -
XYZ 21.67 18.61 47.8 -
YUV 121.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 117 111 184 0.36 0.40 0 0.28 244.93 0.34 0.58
Hex 75 6F B8 24 28 0 1C F5 22 3A
Octal 165 157 270 44 50 0 34 365 42 72
Binary 1110101 1101111 10111000 100100 101000 0 11100 11110101 100010 111010

Color Harmonies of #756FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FB8

Black with #756FB8

Text Example


Text Example

White with #756FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756FB8; }

 p { color: rgb(117,111,184); }

 H1.HeaderClassName
 {
   color: #756FB8;
 }
 .AnyTagClassName
 {
   color: #756FB8;
 }
</style>

background-color css

<style>
 a { background-color: #756FB8; }

 a { background-color: rgb(117,111,184); }

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

border-color css

<style>
 span { border-color: #756FB8; }

 span { border-color: rgb(117,111,184); }

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