Html Css Color HEX #8A8BBE Blue Bell

📋 copy color: '#8A8BBE'

red 138 ◦ green 139 ◦ blue 190

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

Shades of Blue Bell #8A8BBE

Tints of Blue Bell #8A8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 29.55%
G = 29.76%
B = 40.69%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A8BBE (or 0x8A8BBE) is known color: Blue Bell. HEX triplet: 8A, 8B and BE. RGB value is (138,139,190). Sum of RGB (Red+Green+Blue) = 138+139+190=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BBE is #757441. Grayscale: #909090. Windows color (decimal): -7697474 or 12487562. OLE color: 12487562.

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

Color convert

RGB 138 139 190 -
CMYK 0.27 0.27 0 0.25
HSL 238.85º 0.29% 0.64% -
HSV(B) 238.85º 0.27% 0.75% -
XYZ 29.01 27.59 52.51 -
YUV 144.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 138 139 190 0.27 0.27 0 0.25 238.85 0.29 0.64
Hex 8A 8B BE 1B 1B 0 19 EF 1D 40
Octal 212 213 276 33 33 0 31 357 35 100
Binary 10001010 10001011 10111110 11011 11011 0 11001 11101111 11101 1000000

Color Harmonies of #8A8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8BBE

Black with #8A8BBE

Text Example


Text Example

White with #8A8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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