Html Css Color HEX #758DC0 Wild Blue Yonder

📋 copy color: '#758DC0'

red 117 ◦ green 141 ◦ blue 192

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

Shades of Wild Blue Yonder #758DC0

Tints of Wild Blue Yonder #758DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.33%

 BLUE value IS 192 (75.39% from 255) = 42.67%

R = 26%
G = 31.33%
B = 42.67%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#758DC0 (or 0x758DC0) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and C0. RGB value is (117,141,192). Sum of RGB (Red+Green+Blue) = 117+141+192=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #758DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC0 is #8A723F. Grayscale: #8B8B8B. Windows color (decimal): -9073216 or 12619125. OLE color: 12619125.

HSL color Cylindrical-coordinate representation of color #758DC0: hue angle of 220.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758DC0 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 141 192 -
CMYK 0.39 0.27 0 0.25
HSL 220.8º 0.37% 0.61% -
HSV(B) 220.8º 0.39% 0.75% -
XYZ 26.38 26.64 53.62 -
YUV 139.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 117 141 192 0.39 0.27 0 0.25 220.8 0.37 0.61
Hex 75 8D C0 27 1B 0 19 DD 25 3D
Octal 165 215 300 47 33 0 31 335 45 75
Binary 1110101 10001101 11000000 100111 11011 0 11001 11011101 100101 111101

Color Harmonies of #758DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DC0

Black with #758DC0

Text Example


Text Example

White with #758DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,192); }

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

background-color css

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

 a { background-color: rgb(117,141,192); }

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

border-color css

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

 span { border-color: rgb(117,141,192); }

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