#7B95CA

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

Shades of Wild Blue Yonder #7B95CA

Tints of Wild Blue Yonder #7B95CA

Color information

#7B95CA (or 0x7B95CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 95 and CA. RGB value is (123,149,202). Sum of RGB (Red+Green+Blue) = 123+149+202=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B95CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95CA is #846A35. Grayscale: #939393. Windows color (decimal): -8677942 or 13276539. OLE color: 13276539.

HSL color Cylindrical-coordinate representation of color #7B95CA: hue angle of 220.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B95CA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123149202-
CMYK0.390.2600.21
HSL220.25º42.7%63.73%-
HSV(B)220.25º39.11%79.22%-
XYZ29.5829.9760.1-
YUV147.27158.89110.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.95%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=25.95%
G=31.43%
B=42.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231492020.390.2600.21220.2542.763.73
Hex7B95CA271A015dc2b40
Octal173225312473202533453100
Binary1111011100101011100101010011111010010101110111001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B95CA; }

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

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

<style>
 a { background-color: #7B95CA; }

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

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

<style>
 span { border-color: #7B95CA; }

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

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