#7195CA

Color #7195CA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7195CA

Tints of Wild Blue Yonder #7195CA

Color information

#7195CA (or 0x7195CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 95 and CA. RGB value is (113,149,202). Sum of RGB (Red+Green+Blue) = 113+149+202=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7195CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195CA is #8E6A35. Grayscale: #909090. Windows color (decimal): -9333302 or 13276529. OLE color: 13276529.

HSL color Cylindrical-coordinate representation of color #7195CA: hue angle of 215.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7195CA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113149202-
CMYK0.440.2600.21
HSL215.73º45.64%61.76%-
HSV(B)215.73º44.06%79.22%-
XYZ28.2229.2760.04-
YUV144.28160.57105.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 149 (58.59% from 255) = 32.11%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=24.35%
G=32.11%
B=43.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131492020.440.2600.21215.7345.6461.76
Hex7195CA2C1A015d82e3e
Octal16122531254320253305676
Binary111000110010101110010101011001101001010111011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7195CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7195CA; }

 p { color: rgb(113,149,202); }

 H1.HeaderClassName
 {
   color: #7195CA;
 }
 .AnyTagClassName
 {
   color: #7195CA;
 }
</style>
background-color css

<style>
 a { background-color: #7195CA; }

 a { background-color: rgb(113,149,202); }

 div.DivClassName
 {
   background-color: #7195CA;
 }
 .BgClassName
 {
   background-color: #7195CA;
 }
</style>
border-color css

<style>
 span { border-color: #7195CA; }

 span { border-color: rgb(113,149,202); }

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