Html Css Color HEX #9498CB Blue Bell

📋 copy color: '#9498CB'

red 148 ◦ green 152 ◦ blue 203

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

Shades of Blue Bell #9498CB

Tints of Blue Bell #9498CB

RGB

 RED value IS 148 (58.2% from 255) = 29.42%

 GREEN value IS 152 (59.77% from 255) = 30.22%

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

R = 29.42%
G = 30.22%
B = 40.36%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9498CB (or 0x9498CB) is known color: Blue Bell. HEX triplet: 94, 98 and CB. RGB value is (148,152,203). Sum of RGB (Red+Green+Blue) = 148+152+203=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #9498CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498CB is #6B6734. Grayscale: #9C9C9C. Windows color (decimal): -7038773 or 13342868. OLE color: 13342868.

HSL color Cylindrical-coordinate representation of color #9498CB: hue angle of 235.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9498CB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 152 203 -
CMYK 0.27 0.25 0 0.20
HSL 235.64º 0.35% 0.69% -
HSV(B) 235.64º 0.27% 0.8% -
XYZ 34.22 33.06 61.08 -
YUV 156.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 148 152 203 0.27 0.25 0 0.20 235.64 0.35 0.69
Hex 94 98 CB 1B 19 0 14 EC 23 45
Octal 224 230 313 33 31 0 24 354 43 105
Binary 10010100 10011000 11001011 11011 11001 0 10100 11101100 100011 1000101

Color Harmonies of #9498CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498CB

Black with #9498CB

Text Example


Text Example

White with #9498CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,152,203); }

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

background-color css

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

 a { background-color: rgb(148,152,203); }

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

border-color css

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

 span { border-color: rgb(148,152,203); }

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