Html Css Color HEX #7A7FBE Wild Blue Yonder

📋 copy color: '#7A7FBE'

red 122 ◦ green 127 ◦ blue 190

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

Shades of Wild Blue Yonder #7A7FBE

Tints of Wild Blue Yonder #7A7FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 27.79%
G = 28.93%
B = 43.28%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A7FBE (or 0x7A7FBE) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and BE. RGB value is (122,127,190). Sum of RGB (Red+Green+Blue) = 122+127+190=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FBE is #858041. Grayscale: #848484. Windows color (decimal): -8749122 or 12484474. OLE color: 12484474.

HSL color Cylindrical-coordinate representation of color #7A7FBE: hue angle of 235.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A7FBE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 127 190 -
CMYK 0.36 0.33 0 0.25
HSL 235.59º 0.34% 0.61% -
HSV(B) 235.59º 0.36% 0.75% -
XYZ 24.91 23.03 51.85 -
YUV 132.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 122 127 190 0.36 0.33 0 0.25 235.59 0.34 0.61
Hex 7A 7F BE 24 21 0 19 EC 22 3D
Octal 172 177 276 44 41 0 31 354 42 75
Binary 1111010 1111111 10111110 100100 100001 0 11001 11101100 100010 111101

Color Harmonies of #7A7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FBE

Black with #7A7FBE

Text Example


Text Example

White with #7A7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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