Html Css Color HEX #7B81B3 Wild Blue Yonder

📋 copy color: '#7B81B3'

red 123 ◦ green 129 ◦ blue 179

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

Shades of Wild Blue Yonder #7B81B3

Tints of Wild Blue Yonder #7B81B3

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 179 (70.31% from 255) = 41.53%

R = 28.54%
G = 29.93%
B = 41.53%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B81B3 (or 0x7B81B3) is known color: Wild Blue Yonder. HEX triplet: 7B, 81 and B3. RGB value is (123,129,179). Sum of RGB (Red+Green+Blue) = 123+129+179=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B81B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B81B3 is #847E4C. Grayscale: #848484. Windows color (decimal): -8683085 or 11764091. OLE color: 11764091.

HSL color Cylindrical-coordinate representation of color #7B81B3: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B81B3 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 129 179 -
CMYK 0.31 0.28 0 0.30
HSL 233.57º 0.27% 0.59% -
HSV(B) 233.57º 0.31% 0.7% -
XYZ 24.16 23.17 45.85 -
YUV 132.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 123 129 179 0.31 0.28 0 0.30 233.57 0.27 0.59
Hex 7B 81 B3 1F 1C 0 1E EA 1B 3B
Octal 173 201 263 37 34 0 36 352 33 73
Binary 1111011 10000001 10110011 11111 11100 0 11110 11101010 11011 111011

Color Harmonies of #7B81B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B81B3

Black with #7B81B3

Text Example


Text Example

White with #7B81B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,129,179); }

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

background-color css

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

 a { background-color: rgb(123,129,179); }

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

border-color css

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

 span { border-color: rgb(123,129,179); }

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