Html Css Color HEX #7A7FB0 Wild Blue Yonder

📋 copy color: '#7A7FB0'

red 122 ◦ green 127 ◦ blue 176

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

Shades of Wild Blue Yonder #7A7FB0

Tints of Wild Blue Yonder #7A7FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 176 (69.14% from 255) = 41.41%

R = 28.71%
G = 29.88%
B = 41.41%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A7FB0 (or 0x7A7FB0) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and B0. RGB value is (122,127,176). Sum of RGB (Red+Green+Blue) = 122+127+176=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A7FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FB0 is #85804F. Grayscale: #828282. Windows color (decimal): -8749136 or 11566970. OLE color: 11566970.

HSL color Cylindrical-coordinate representation of color #7A7FB0: hue angle of 234.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A7FB0 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 127 176 -
CMYK 0.31 0.28 0 0.31
HSL 234.44º 0.25% 0.58% -
HSV(B) 234.44º 0.31% 0.69% -
XYZ 23.45 22.45 44.17 -
YUV 131.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 122 127 176 0.31 0.28 0 0.31 234.44 0.25 0.58
Hex 7A 7F B0 1F 1C 0 1F EA 19 3A
Octal 172 177 260 37 34 0 37 352 31 72
Binary 1111010 1111111 10110000 11111 11100 0 11111 11101010 11001 111010

Color Harmonies of #7A7FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FB0

Black with #7A7FB0

Text Example


Text Example

White with #7A7FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,176); }

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

background-color css

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

 a { background-color: rgb(122,127,176); }

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

border-color css

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

 span { border-color: rgb(122,127,176); }

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