Html Css Color HEX #7295C7 Wild Blue Yonder

📋 copy color: '#7295C7'

red 114 ◦ green 149 ◦ blue 199

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

Shades of Wild Blue Yonder #7295C7

Tints of Wild Blue Yonder #7295C7

RGB

 RED value IS 114 (44.92% from 255) = 24.68%

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 24.68%
G = 32.25%
B = 43.07%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7295C7 (or 0x7295C7) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and C7. RGB value is (114,149,199). Sum of RGB (Red+Green+Blue) = 114+149+199=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #7295C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295C7 is #8D6A38. Grayscale: #909090. Windows color (decimal): -9267769 or 13079922. OLE color: 13079922.

HSL color Cylindrical-coordinate representation of color #7295C7: hue angle of 215.29º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7295C7 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 149 199 -
CMYK 0.43 0.25 0 0.22
HSL 215.29º 0.43% 0.61% -
HSV(B) 215.29º 0.43% 0.78% -
XYZ 28 29.2 58.19 -
YUV 144.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 114 149 199 0.43 0.25 0 0.22 215.29 0.43 0.61
Hex 72 95 C7 2B 19 0 16 D7 2B 3D
Octal 162 225 307 53 31 0 26 327 53 75
Binary 1110010 10010101 11000111 101011 11001 0 10110 11010111 101011 111101

Color Harmonies of #7295C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295C7

Black with #7295C7

Text Example


Text Example

White with #7295C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7295C7; }

 p { color: rgb(114,149,199); }

 H1.HeaderClassName
 {
   color: #7295C7;
 }
 .AnyTagClassName
 {
   color: #7295C7;
 }
</style>

background-color css

<style>
 a { background-color: #7295C7; }

 a { background-color: rgb(114,149,199); }

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

border-color css

<style>
 span { border-color: #7295C7; }

 span { border-color: rgb(114,149,199); }

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