Html Css Color HEX #7B7FBF Wild Blue Yonder

📋 copy color: '#7B7FBF'

red 123 ◦ green 127 ◦ blue 191

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

Shades of Wild Blue Yonder #7B7FBF

Tints of Wild Blue Yonder #7B7FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 27.89%
G = 28.8%
B = 43.31%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B7FBF (or 0x7B7FBF) is known color: Wild Blue Yonder. HEX triplet: 7B, 7F and BF. RGB value is (123,127,191). Sum of RGB (Red+Green+Blue) = 123+127+191=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FBF is #848040. Grayscale: #848484. Windows color (decimal): -8683585 or 12550011. OLE color: 12550011.

HSL color Cylindrical-coordinate representation of color #7B7FBF: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B7FBF is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 127 191 -
CMYK 0.36 0.34 0 0.25
HSL 236.47º 0.35% 0.62% -
HSV(B) 236.47º 0.36% 0.75% -
XYZ 25.16 23.15 52.43 -
YUV 133.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 123 127 191 0.36 0.34 0 0.25 236.47 0.35 0.62
Hex 7B 7F BF 24 22 0 19 EC 23 3E
Octal 173 177 277 44 42 0 31 354 43 76
Binary 1111011 1111111 10111111 100100 100010 0 11001 11101100 100011 111110

Color Harmonies of #7B7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7FBF

Black with #7B7FBF

Text Example


Text Example

White with #7B7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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