Html Css Color HEX #998FCB Blue Bell

📋 copy color: '#998FCB'

red 153 ◦ green 143 ◦ blue 203

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

Shades of Blue Bell #998FCB

Tints of Blue Bell #998FCB

RGB

 RED value IS 153 (60.16% from 255) = 30.66%

 GREEN value IS 143 (56.25% from 255) = 28.66%

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

R = 30.66%
G = 28.66%
B = 40.68%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#998FCB (or 0x998FCB) is known color: Blue Bell. HEX triplet: 99, 8F and CB. RGB value is (153,143,203). Sum of RGB (Red+Green+Blue) = 153+143+203=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #998FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCB is #667034. Grayscale: #989898. Windows color (decimal): -6713397 or 13340569. OLE color: 13340569.

HSL color Cylindrical-coordinate representation of color #998FCB: hue angle of 250º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998FCB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 143 203 -
CMYK 0.25 0.30 0 0.20
HSL 250º 0.37% 0.68% -
HSV(B) 250º 0.3% 0.8% -
XYZ 33.74 30.73 60.65 -
YUV 152.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 153 143 203 0.25 0.30 0 0.20 250 0.37 0.68
Hex 99 8F CB 19 1E 0 14 FA 25 44
Octal 231 217 313 31 36 0 24 372 45 104
Binary 10011001 10001111 11001011 11001 11110 0 10100 11111010 100101 1000100

Color Harmonies of #998FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998FCB

Black with #998FCB

Text Example


Text Example

White with #998FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998FCB; }

 p { color: rgb(153,143,203); }

 H1.HeaderClassName
 {
   color: #998FCB;
 }
 .AnyTagClassName
 {
   color: #998FCB;
 }
</style>

background-color css

<style>
 a { background-color: #998FCB; }

 a { background-color: rgb(153,143,203); }

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

border-color css

<style>
 span { border-color: #998FCB; }

 span { border-color: rgb(153,143,203); }

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