Html Css Color HEX #7A7FBD Wild Blue Yonder

📋 copy color: '#7A7FBD'

red 122 ◦ green 127 ◦ blue 189

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

Shades of Wild Blue Yonder #7A7FBD

Tints of Wild Blue Yonder #7A7FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 27.85%
G = 29%
B = 43.15%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A7FBD (or 0x7A7FBD) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and BD. RGB value is (122,127,189). Sum of RGB (Red+Green+Blue) = 122+127+189=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A7FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FBD is #858042. Grayscale: #848484. Windows color (decimal): -8749123 or 12418938. OLE color: 12418938.

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

Color convert

RGB 122 127 189 -
CMYK 0.35 0.33 0 0.26
HSL 235.52º 0.34% 0.61% -
HSV(B) 235.52º 0.35% 0.74% -
XYZ 24.8 22.99 51.27 -
YUV 132.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 122 127 189 0.35 0.33 0 0.26 235.52 0.34 0.61
Hex 7A 7F BD 23 21 0 1A EC 22 3D
Octal 172 177 275 43 41 0 32 354 42 75
Binary 1111010 1111111 10111101 100011 100001 0 11010 11101100 100010 111101

Color Harmonies of #7A7FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FBD

Black with #7A7FBD

Text Example


Text Example

White with #7A7FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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