Html Css Color HEX #9092BD Blue Bell

📋 copy color: '#9092BD'

red 144 ◦ green 146 ◦ blue 189

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

Shades of Blue Bell #9092BD

Tints of Blue Bell #9092BD

RGB

 RED value IS 144 (56.64% from 255) = 30.06%

 GREEN value IS 146 (57.42% from 255) = 30.48%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 30.06%
G = 30.48%
B = 39.46%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9092BD (or 0x9092BD) is known color: Blue Bell. HEX triplet: 90, 92 and BD. RGB value is (144,146,189). Sum of RGB (Red+Green+Blue) = 144+146+189=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #9092BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9092BD is #6F6D42. Grayscale: #969696. Windows color (decimal): -7302467 or 12423824. OLE color: 12423824.

HSL color Cylindrical-coordinate representation of color #9092BD: hue angle of 237.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9092BD is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 146 189 -
CMYK 0.24 0.23 0 0.26
HSL 237.33º 0.25% 0.65% -
HSV(B) 237.33º 0.24% 0.74% -
XYZ 30.97 30.16 52.33 -
YUV 150.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 144 146 189 0.24 0.23 0 0.26 237.33 0.25 0.65
Hex 90 92 BD 18 17 0 1A ED 19 41
Octal 220 222 275 30 27 0 32 355 31 101
Binary 10010000 10010010 10111101 11000 10111 0 11010 11101101 11001 1000001

Color Harmonies of #9092BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9092BD

Black with #9092BD

Text Example


Text Example

White with #9092BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9092BD; }

 p { color: rgb(144,146,189); }

 H1.HeaderClassName
 {
   color: #9092BD;
 }
 .AnyTagClassName
 {
   color: #9092BD;
 }
</style>

background-color css

<style>
 a { background-color: #9092BD; }

 a { background-color: rgb(144,146,189); }

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

border-color css

<style>
 span { border-color: #9092BD; }

 span { border-color: rgb(144,146,189); }

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