Html Css Color HEX #758FBE Wild Blue Yonder

📋 copy color: '#758FBE'

red 117 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #758FBE

Tints of Wild Blue Yonder #758FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 26%
G = 31.78%
B = 42.22%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#758FBE (or 0x758FBE) is known color: Wild Blue Yonder. HEX triplet: 75, 8F and BE. RGB value is (117,143,190). Sum of RGB (Red+Green+Blue) = 117+143+190=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #758FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBE is #8A7041. Grayscale: #8C8C8C. Windows color (decimal): -9072706 or 12488565. OLE color: 12488565.

HSL color Cylindrical-coordinate representation of color #758FBE: hue angle of 218.63º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758FBE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 143 190 -
CMYK 0.38 0.25 0 0.25
HSL 218.63º 0.36% 0.6% -
HSV(B) 218.63º 0.38% 0.75% -
XYZ 26.45 27.14 52.56 -
YUV 140.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 117 143 190 0.38 0.25 0 0.25 218.63 0.36 0.6
Hex 75 8F BE 26 19 0 19 DB 24 3C
Octal 165 217 276 46 31 0 31 333 44 74
Binary 1110101 10001111 10111110 100110 11001 0 11001 11011011 100100 111100

Color Harmonies of #758FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FBE

Black with #758FBE

Text Example


Text Example

White with #758FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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