Html Css Color HEX #7A7DB3 Wild Blue Yonder

📋 copy color: '#7A7DB3'

red 122 ◦ green 125 ◦ blue 179

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

Shades of Wild Blue Yonder #7A7DB3

Tints of Wild Blue Yonder #7A7DB3

RGB

 RED value IS 122 (48.05% from 255) = 28.64%

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 28.64%
G = 29.34%
B = 42.02%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7A7DB3 (or 0x7A7DB3) is known color: Wild Blue Yonder. HEX triplet: 7A, 7D and B3. RGB value is (122,125,179). Sum of RGB (Red+Green+Blue) = 122+125+179=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A7DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DB3 is #85824C. Grayscale: #828282. Windows color (decimal): -8749645 or 11763066. OLE color: 11763066.

HSL color Cylindrical-coordinate representation of color #7A7DB3: hue angle of 236.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A7DB3 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 125 179 -
CMYK 0.32 0.30 0 0.30
HSL 236.84º 0.27% 0.59% -
HSV(B) 236.84º 0.32% 0.7% -
XYZ 23.5 22.06 45.67 -
YUV 130.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 122 125 179 0.32 0.30 0 0.30 236.84 0.27 0.59
Hex 7A 7D B3 20 1E 0 1E ED 1B 3B
Octal 172 175 263 40 36 0 36 355 33 73
Binary 1111010 1111101 10110011 100000 11110 0 11110 11101101 11011 111011

Color Harmonies of #7A7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7DB3

Black with #7A7DB3

Text Example


Text Example

White with #7A7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,125,179); }

 H1.HeaderClassName
 {
   color: #7A7DB3;
 }
 .AnyTagClassName
 {
   color: #7A7DB3;
 }
</style>

background-color css

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

 a { background-color: rgb(122,125,179); }

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

border-color css

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

 span { border-color: rgb(122,125,179); }

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