#7A83CD

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

Shades of Wild Blue Yonder #7A83CD

Tints of Wild Blue Yonder #7A83CD

Color information

#7A83CD (or 0x7A83CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 83 and CD. RGB value is (122,131,205). Sum of RGB (Red+Green+Blue) = 122+131+205=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A83CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83CD is #857C32. Grayscale: #888888. Windows color (decimal): -8748083 or 13468538. OLE color: 13468538.

HSL color Cylindrical-coordinate representation of color #7A83CD: hue angle of 233.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A83CD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB122131205-
CMYK0.400.3600.20
HSL233.49º45.36%64.12%-
HSV(B)233.49º40.49%80.39%-
XYZ27.1624.7861.11-
YUV136.74166.52117.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.64%
GREEN value IS 131 (51.56% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=26.64%
G=28.60%
B=44.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1221312050.400.3600.20233.4945.3664.12
Hex7A83CD2824014e92d40
Octal172203315504402435155100
Binary11110101000001111001101101000100100010100111010011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,131,205); }

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

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

 a { background-color: rgb(122,131,205); }

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

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

 span { border-color: rgb(122,131,205); }

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