Html Css Color HEX #7A7FAF Wild Blue Yonder

📋 copy color: '#7A7FAF'

red 122 ◦ green 127 ◦ blue 175

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

Shades of Wild Blue Yonder #7A7FAF

Tints of Wild Blue Yonder #7A7FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 28.77%
G = 29.95%
B = 41.27%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A7FAF (or 0x7A7FAF) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and AF. RGB value is (122,127,175). Sum of RGB (Red+Green+Blue) = 122+127+175=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FAF is #858050. Grayscale: #828282. Windows color (decimal): -8749137 or 11501434. OLE color: 11501434.

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

Color convert

RGB 122 127 175 -
CMYK 0.30 0.27 0 0.31
HSL 234.34º 0.25% 0.58% -
HSV(B) 234.34º 0.3% 0.69% -
XYZ 23.35 22.41 43.65 -
YUV 130.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 122 127 175 0.30 0.27 0 0.31 234.34 0.25 0.58
Hex 7A 7F AF 1E 1B 0 1F EA 19 3A
Octal 172 177 257 36 33 0 37 352 31 72
Binary 1111010 1111111 10101111 11110 11011 0 11111 11101010 11001 111010

Color Harmonies of #7A7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FAF

Black with #7A7FAF

Text Example


Text Example

White with #7A7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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