Html Css Color HEX #75789F Chetwode Blue

📋 copy color: '#75789F'

red 117 ◦ green 120 ◦ blue 159

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

Shades of Chetwode Blue #75789F

Tints of Chetwode Blue #75789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 29.55%
G = 30.3%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75789F (or 0x75789F) is known color: Chetwode Blue. HEX triplet: 75, 78 and 9F. RGB value is (117,120,159). Sum of RGB (Red+Green+Blue) = 117+120+159=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #75789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75789F is #8A8760. Grayscale: #7B7B7B. Windows color (decimal): -9078625 or 10451061. OLE color: 10451061.

HSL color Cylindrical-coordinate representation of color #75789F: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75789F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 120 159 -
CMYK 0.26 0.25 0 0.38
HSL 235.71º 0.18% 0.54% -
HSV(B) 235.71º 0.26% 0.62% -
XYZ 20.31 19.72 35.54 -
YUV 123.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 117 120 159 0.26 0.25 0 0.38 235.71 0.18 0.54
Hex 75 78 9F 1A 19 0 26 EC 12 36
Octal 165 170 237 32 31 0 46 354 22 66
Binary 1110101 1111000 10011111 11010 11001 0 100110 11101100 10010 110110

Color Harmonies of #75789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75789F

Black with #75789F

Text Example


Text Example

White with #75789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75789F; }

 p { color: rgb(117,120,159); }

 H1.HeaderClassName
 {
   color: #75789F;
 }
 .AnyTagClassName
 {
   color: #75789F;
 }
</style>

background-color css

<style>
 a { background-color: #75789F; }

 a { background-color: rgb(117,120,159); }

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

border-color css

<style>
 span { border-color: #75789F; }

 span { border-color: rgb(117,120,159); }

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