Html Css Color HEX #9093CB Blue Bell

📋 copy color: '#9093CB'

red 144 ◦ green 147 ◦ blue 203

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

Shades of Blue Bell #9093CB

Tints of Blue Bell #9093CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 29.15%
G = 29.76%
B = 41.09%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9093CB (or 0x9093CB) is known color: Blue Bell. HEX triplet: 90, 93 and CB. RGB value is (144,147,203). Sum of RGB (Red+Green+Blue) = 144+147+203=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #9093CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093CB is #6F6C34. Grayscale: #989898. Windows color (decimal): -7302197 or 13341584. OLE color: 13341584.

HSL color Cylindrical-coordinate representation of color #9093CB: hue angle of 236.95º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9093CB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 147 203 -
CMYK 0.29 0.28 0 0.20
HSL 236.95º 0.36% 0.68% -
HSV(B) 236.95º 0.29% 0.8% -
XYZ 32.71 31.11 60.78 -
YUV 152.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 144 147 203 0.29 0.28 0 0.20 236.95 0.36 0.68
Hex 90 93 CB 1D 1C 0 14 ED 24 44
Octal 220 223 313 35 34 0 24 355 44 104
Binary 10010000 10010011 11001011 11101 11100 0 10100 11101101 100100 1000100

Color Harmonies of #9093CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9093CB

Black with #9093CB

Text Example


Text Example

White with #9093CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9093CB; }

 p { color: rgb(144,147,203); }

 H1.HeaderClassName
 {
   color: #9093CB;
 }
 .AnyTagClassName
 {
   color: #9093CB;
 }
</style>

background-color css

<style>
 a { background-color: #9093CB; }

 a { background-color: rgb(144,147,203); }

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

border-color css

<style>
 span { border-color: #9093CB; }

 span { border-color: rgb(144,147,203); }

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