Html Css Color HEX #7B7CB0 Wild Blue Yonder

📋 copy color: '#7B7CB0'

red 123 ◦ green 124 ◦ blue 176

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

Shades of Wild Blue Yonder #7B7CB0

Tints of Wild Blue Yonder #7B7CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 29.08%
G = 29.31%
B = 41.61%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B7CB0 (or 0x7B7CB0) is known color: Wild Blue Yonder. HEX triplet: 7B, 7C and B0. RGB value is (123,124,176). Sum of RGB (Red+Green+Blue) = 123+124+176=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #7B7CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7CB0 is #84834F. Grayscale: #818181. Windows color (decimal): -8684368 or 11566203. OLE color: 11566203.

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

Color convert

RGB 123 124 176 -
CMYK 0.30 0.30 0 0.31
HSL 238.87º 0.25% 0.59% -
HSV(B) 238.87º 0.3% 0.69% -
XYZ 23.21 21.76 44.05 -
YUV 129.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 123 124 176 0.30 0.30 0 0.31 238.87 0.25 0.59
Hex 7B 7C B0 1E 1E 0 1F EF 19 3B
Octal 173 174 260 36 36 0 37 357 31 73
Binary 1111011 1111100 10110000 11110 11110 0 11111 11101111 11001 111011

Color Harmonies of #7B7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7CB0

Black with #7B7CB0

Text Example


Text Example

White with #7B7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,176); }

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

background-color css

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

 a { background-color: rgb(123,124,176); }

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

border-color css

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

 span { border-color: rgb(123,124,176); }

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