Html Css Color HEX #757DB0 Wild Blue Yonder

📋 copy color: '#757DB0'

red 117 ◦ green 125 ◦ blue 176

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

Shades of Wild Blue Yonder #757DB0

Tints of Wild Blue Yonder #757DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 27.99%
G = 29.9%
B = 42.11%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#757DB0 (or 0x757DB0) is known color: Wild Blue Yonder. HEX triplet: 75, 7D and B0. RGB value is (117,125,176). Sum of RGB (Red+Green+Blue) = 117+125+176=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #757DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757DB0 is #8A824F. Grayscale: #808080. Windows color (decimal): -9077328 or 11566453. OLE color: 11566453.

HSL color Cylindrical-coordinate representation of color #757DB0: hue angle of 231.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757DB0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 125 176 -
CMYK 0.34 0.29 0 0.31
HSL 231.86º 0.27% 0.57% -
HSV(B) 231.86º 0.34% 0.69% -
XYZ 22.51 21.58 44.05 -
YUV 128.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 117 125 176 0.34 0.29 0 0.31 231.86 0.27 0.57
Hex 75 7D B0 22 1D 0 1F E8 1B 39
Octal 165 175 260 42 35 0 37 350 33 71
Binary 1110101 1111101 10110000 100010 11101 0 11111 11101000 11011 111001

Color Harmonies of #757DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DB0

Black with #757DB0

Text Example


Text Example

White with #757DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,176); }

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

background-color css

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

 a { background-color: rgb(117,125,176); }

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

border-color css

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

 span { border-color: rgb(117,125,176); }

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