Html Css Color HEX #758FBB Wild Blue Yonder

📋 copy color: '#758FBB'

red 117 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #758FBB

Tints of Wild Blue Yonder #758FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 26.17%
G = 31.99%
B = 41.83%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#758FBB (or 0x758FBB) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and BB. RGB value is (117,143,187). Sum of RGB (Red+Green+Blue) = 117+143+187=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #758FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBB is #8A7044. Grayscale: #8C8C8C. Windows color (decimal): -9072709 or 12291957. OLE color: 12291957.

HSL color Cylindrical-coordinate representation of color #758FBB: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758FBB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 143 187 -
CMYK 0.37 0.24 0 0.27
HSL 217.71º 0.34% 0.6% -
HSV(B) 217.71º 0.37% 0.73% -
XYZ 26.13 27.01 50.85 -
YUV 140.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 117 143 187 0.37 0.24 0 0.27 217.71 0.34 0.6
Hex 75 8F BB 25 18 0 1B DA 22 3C
Octal 165 217 273 45 30 0 33 332 42 74
Binary 1110101 10001111 10111011 100101 11000 0 11011 11011010 100010 111100

Color Harmonies of #758FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FBB

Black with #758FBB

Text Example


Text Example

White with #758FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758FBB; }

 p { color: rgb(117,143,187); }

 H1.HeaderClassName
 {
   color: #758FBB;
 }
 .AnyTagClassName
 {
   color: #758FBB;
 }
</style>

background-color css

<style>
 a { background-color: #758FBB; }

 a { background-color: rgb(117,143,187); }

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

border-color css

<style>
 span { border-color: #758FBB; }

 span { border-color: rgb(117,143,187); }

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