Html Css Color HEX #7B7DAC Wild Blue Yonder

📋 copy color: '#7B7DAC'

red 123 ◦ green 125 ◦ blue 172

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

Shades of Wild Blue Yonder #7B7DAC

Tints of Wild Blue Yonder #7B7DAC

RGB

 RED value IS 123 (48.44% from 255) = 29.29%

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 29.29%
G = 29.76%
B = 40.95%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B7DAC (or 0x7B7DAC) is known color: Wild Blue Yonder. HEX triplet: 7B, 7D and AC. RGB value is (123,125,172). Sum of RGB (Red+Green+Blue) = 123+125+172=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7DAC is #848253. Grayscale: #818181. Windows color (decimal): -8684116 or 11304315. OLE color: 11304315.

HSL color Cylindrical-coordinate representation of color #7B7DAC: hue angle of 237.55º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B7DAC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 125 172 -
CMYK 0.28 0.27 0 0.33
HSL 237.55º 0.23% 0.58% -
HSV(B) 237.55º 0.28% 0.67% -
XYZ 22.95 21.86 42.04 -
YUV 129.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 123 125 172 0.28 0.27 0 0.33 237.55 0.23 0.58
Hex 7B 7D AC 1C 1B 0 21 EE 17 3A
Octal 173 175 254 34 33 0 41 356 27 72
Binary 1111011 1111101 10101100 11100 11011 0 100001 11101110 10111 111010

Color Harmonies of #7B7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DAC

Black with #7B7DAC

Text Example


Text Example

White with #7B7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,125,172); }

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

background-color css

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

 a { background-color: rgb(123,125,172); }

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

border-color css

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

 span { border-color: rgb(123,125,172); }

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