Html Css Color HEX #757AB3 Chetwode Blue

📋 copy color: '#757AB3'

red 117 ◦ green 122 ◦ blue 179

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

Shades of Chetwode Blue #757AB3

Tints of Chetwode Blue #757AB3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 27.99%
G = 29.19%
B = 42.82%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#757AB3 (or 0x757AB3) is known color: Chetwode Blue. HEX triplet: 75, 7A and B3. RGB value is (117,122,179). Sum of RGB (Red+Green+Blue) = 117+122+179=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #757AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AB3 is #8A854C. Grayscale: #7E7E7E. Windows color (decimal): -9078093 or 11762293. OLE color: 11762293.

HSL color Cylindrical-coordinate representation of color #757AB3: hue angle of 235.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757AB3 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 122 179 -
CMYK 0.35 0.32 0 0.30
HSL 235.16º 0.29% 0.58% -
HSV(B) 235.16º 0.35% 0.7% -
XYZ 22.43 20.96 45.51 -
YUV 127 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 117 122 179 0.35 0.32 0 0.30 235.16 0.29 0.58
Hex 75 7A B3 23 20 0 1E EB 1D 3A
Octal 165 172 263 43 40 0 36 353 35 72
Binary 1110101 1111010 10110011 100011 100000 0 11110 11101011 11101 111010

Color Harmonies of #757AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AB3

Black with #757AB3

Text Example


Text Example

White with #757AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757AB3; }

 p { color: rgb(117,122,179); }

 H1.HeaderClassName
 {
   color: #757AB3;
 }
 .AnyTagClassName
 {
   color: #757AB3;
 }
</style>

background-color css

<style>
 a { background-color: #757AB3; }

 a { background-color: rgb(117,122,179); }

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

border-color css

<style>
 span { border-color: #757AB3; }

 span { border-color: rgb(117,122,179); }

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