Html Css Color HEX #758DC6 Wild Blue Yonder

📋 copy color: '#758DC6'

red 117 ◦ green 141 ◦ blue 198

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

Shades of Wild Blue Yonder #758DC6

Tints of Wild Blue Yonder #758DC6

RGB

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

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

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

R = 25.66%
G = 30.92%
B = 43.42%

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

#758DC6 (or 0x758DC6) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and C6. RGB value is (117,141,198). Sum of RGB (Red+Green+Blue) = 117+141+198=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #758DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC6 is #8A7239. Grayscale: #8C8C8C. Windows color (decimal): -9073210 or 13012341. OLE color: 13012341.

HSL color Cylindrical-coordinate representation of color #758DC6: hue angle of 222.22º 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 #758DC6 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 141 198 -
CMYK 0.41 0.29 0 0.22
HSL 222.22º 0.42% 0.62% -
HSV(B) 222.22º 0.41% 0.78% -
XYZ 27.05 26.91 57.19 -
YUV 140.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 117 141 198 0.41 0.29 0 0.22 222.22 0.42 0.62
Hex 75 8D C6 29 1D 0 16 DE 2A 3E
Octal 165 215 306 51 35 0 26 336 52 76
Binary 1110101 10001101 11000110 101001 11101 0 10110 11011110 101010 111110

Color Harmonies of #758DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DC6

Black with #758DC6

Text Example


Text Example

White with #758DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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