Html Css Color HEX #8A7BBE Moody Blue

📋 copy color: '#8A7BBE'

red 138 ◦ green 123 ◦ blue 190

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

Shades of Moody Blue #8A7BBE

Tints of Moody Blue #8A7BBE

RGB

 RED value IS 138 (54.3% from 255) = 30.6%

 GREEN value IS 123 (48.44% from 255) = 27.27%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 30.6%
G = 27.27%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A7BBE (or 0x8A7BBE) is known color: Moody Blue. HEX triplet: 8A, 7B and BE. RGB value is (138,123,190). Sum of RGB (Red+Green+Blue) = 138+123+190=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A7BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BBE is #758441. Grayscale: #868686. Windows color (decimal): -7701570 or 12483466. OLE color: 12483466.

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

Color convert

RGB 138 123 190 -
CMYK 0.27 0.35 0 0.25
HSL 253.43º 0.34% 0.61% -
HSV(B) 253.43º 0.35% 0.75% -
XYZ 26.86 23.29 51.79 -
YUV 135.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 138 123 190 0.27 0.35 0 0.25 253.43 0.34 0.61
Hex 8A 7B BE 1B 23 0 19 FD 22 3D
Octal 212 173 276 33 43 0 31 375 42 75
Binary 10001010 1111011 10111110 11011 100011 0 11001 11111101 100010 111101

Color Harmonies of #8A7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BBE

Black with #8A7BBE

Text Example


Text Example

White with #8A7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7BBE; }

 p { color: rgb(138,123,190); }

 H1.HeaderClassName
 {
   color: #8A7BBE;
 }
 .AnyTagClassName
 {
   color: #8A7BBE;
 }
</style>

background-color css

<style>
 a { background-color: #8A7BBE; }

 a { background-color: rgb(138,123,190); }

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

border-color css

<style>
 span { border-color: #8A7BBE; }

 span { border-color: rgb(138,123,190); }

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