Html Css Color HEX #758ACD Wild Blue Yonder

📋 copy color: '#758ACD'

red 117 ◦ green 138 ◦ blue 205

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

Shades of Wild Blue Yonder #758ACD

Tints of Wild Blue Yonder #758ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30%

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

R = 25.43%
G = 30%
B = 44.57%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758ACD (or 0x758ACD) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and CD. RGB value is (117,138,205). Sum of RGB (Red+Green+Blue) = 117+138+205=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #758ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ACD is #8A7532. Grayscale: #8B8B8B. Windows color (decimal): -9073971 or 13470325. OLE color: 13470325.

HSL color Cylindrical-coordinate representation of color #758ACD: hue angle of 225.68º 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 #758ACD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 138 205 -
CMYK 0.43 0.33 0 0.20
HSL 225.68º 0.47% 0.63% -
HSV(B) 225.68º 0.43% 0.8% -
XYZ 27.44 26.37 61.4 -
YUV 139.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 117 138 205 0.43 0.33 0 0.20 225.68 0.47 0.63
Hex 75 8A CD 2B 21 0 14 E2 2F 3F
Octal 165 212 315 53 41 0 24 342 57 77
Binary 1110101 10001010 11001101 101011 100001 0 10100 11100010 101111 111111

Color Harmonies of #758ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ACD

Black with #758ACD

Text Example


Text Example

White with #758ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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