Html Css Color HEX #758CC6 Wild Blue Yonder

📋 copy color: '#758CC6'

red 117 ◦ green 140 ◦ blue 198

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

Shades of Wild Blue Yonder #758CC6

Tints of Wild Blue Yonder #758CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 25.71%
G = 30.77%
B = 43.52%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#758CC6 (or 0x758CC6) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and C6. RGB value is (117,140,198). Sum of RGB (Red+Green+Blue) = 117+140+198=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #758CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CC6 is #8A7339. Grayscale: #8B8B8B. Windows color (decimal): -9073466 or 13012085. OLE color: 13012085.

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

Color convert

RGB 117 140 198 -
CMYK 0.41 0.29 0 0.22
HSL 222.96º 0.42% 0.62% -
HSV(B) 222.96º 0.41% 0.78% -
XYZ 26.91 26.62 57.15 -
YUV 139.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 117 140 198 0.41 0.29 0 0.22 222.96 0.42 0.62
Hex 75 8C C6 29 1D 0 16 DF 2A 3E
Octal 165 214 306 51 35 0 26 337 52 76
Binary 1110101 10001100 11000110 101001 11101 0 10110 11011111 101010 111110

Color Harmonies of #758CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CC6

Black with #758CC6

Text Example


Text Example

White with #758CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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