Html Css Color HEX #7B7FB3 Wild Blue Yonder

📋 copy color: '#7B7FB3'

red 123 ◦ green 127 ◦ blue 179

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

Shades of Wild Blue Yonder #7B7FB3

Tints of Wild Blue Yonder #7B7FB3

RGB

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

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

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

R = 28.67%
G = 29.6%
B = 41.72%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B7FB3 (or 0x7B7FB3) is known color: Wild Blue Yonder. HEX triplet: 7B, 7F and B3. RGB value is (123,127,179). Sum of RGB (Red+Green+Blue) = 123+127+179=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B7FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FB3 is #84804C. Grayscale: #838383. Windows color (decimal): -8683597 or 11763579. OLE color: 11763579.

HSL color Cylindrical-coordinate representation of color #7B7FB3: hue angle of 235.71º 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 #7B7FB3 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 127 179 -
CMYK 0.31 0.29 0 0.30
HSL 235.71º 0.27% 0.59% -
HSV(B) 235.71º 0.31% 0.7% -
XYZ 23.89 22.64 45.76 -
YUV 131.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 123 127 179 0.31 0.29 0 0.30 235.71 0.27 0.59
Hex 7B 7F B3 1F 1D 0 1E EC 1B 3B
Octal 173 177 263 37 35 0 36 354 33 73
Binary 1111011 1111111 10110011 11111 11101 0 11110 11101100 11011 111011

Color Harmonies of #7B7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7FB3

Black with #7B7FB3

Text Example


Text Example

White with #7B7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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