Html Css Color HEX #758CCD Wild Blue Yonder

📋 copy color: '#758CCD'

red 117 ◦ green 140 ◦ blue 205

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

Shades of Wild Blue Yonder #758CCD

Tints of Wild Blue Yonder #758CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 25.32%
G = 30.3%
B = 44.37%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758CCD (or 0x758CCD) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and CD. RGB value is (117,140,205). Sum of RGB (Red+Green+Blue) = 117+140+205=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #758CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCD is #8A7332. Grayscale: #8C8C8C. Windows color (decimal): -9073459 or 13470837. OLE color: 13470837.

HSL color Cylindrical-coordinate representation of color #758CCD: hue angle of 224.32º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758CCD is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 140 205 -
CMYK 0.43 0.32 0 0.20
HSL 224.32º 0.47% 0.63% -
HSV(B) 224.32º 0.43% 0.8% -
XYZ 27.73 26.95 61.5 -
YUV 140.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 117 140 205 0.43 0.32 0 0.20 224.32 0.47 0.63
Hex 75 8C CD 2B 20 0 14 E0 2F 3F
Octal 165 214 315 53 40 0 24 340 57 77
Binary 1110101 10001100 11001101 101011 100000 0 10100 11100000 101111 111111

Color Harmonies of #758CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CCD

Black with #758CCD

Text Example


Text Example

White with #758CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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