Html Css Color HEX #758CC5 Wild Blue Yonder

📋 copy color: '#758CC5'

red 117 ◦ green 140 ◦ blue 197

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

Shades of Wild Blue Yonder #758CC5

Tints of Wild Blue Yonder #758CC5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 25.77%
G = 30.84%
B = 43.39%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#758CC5 (or 0x758CC5) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and C5. RGB value is (117,140,197). Sum of RGB (Red+Green+Blue) = 117+140+197=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #758CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CC5 is #8A733A. Grayscale: #8B8B8B. Windows color (decimal): -9073467 or 12946549. OLE color: 12946549.

HSL color Cylindrical-coordinate representation of color #758CC5: hue angle of 222.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758CC5 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 140 197 -
CMYK 0.41 0.29 0 0.23
HSL 222.75º 0.41% 0.62% -
HSV(B) 222.75º 0.41% 0.77% -
XYZ 26.79 26.57 56.54 -
YUV 139.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 117 140 197 0.41 0.29 0 0.23 222.75 0.41 0.62
Hex 75 8C C5 29 1D 0 17 DF 29 3E
Octal 165 214 305 51 35 0 27 337 51 76
Binary 1110101 10001100 11000101 101001 11101 0 10111 11011111 101001 111110

Color Harmonies of #758CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CC5

Black with #758CC5

Text Example


Text Example

White with #758CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,197); }

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

background-color css

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

 a { background-color: rgb(117,140,197); }

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

border-color css

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

 span { border-color: rgb(117,140,197); }

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