Html Css Color HEX #98A1D1 Blue Bell

📋 copy color: '#98A1D1'

red 152 ◦ green 161 ◦ blue 209

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

Shades of Blue Bell #98A1D1

Tints of Blue Bell #98A1D1

RGB

 RED value IS 152 (59.77% from 255) = 29.12%

 GREEN value IS 161 (63.28% from 255) = 30.84%

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 29.12%
G = 30.84%
B = 40.04%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98A1D1 (or 0x98A1D1) is known color: Blue Bell. HEX triplet: 98, A1 and D1. RGB value is (152,161,209). Sum of RGB (Red+Green+Blue) = 152+161+209=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #98A1D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1D1 is #675E2E. Grayscale: #A3A3A3. Windows color (decimal): -6774319 or 13738392. OLE color: 13738392.

HSL color Cylindrical-coordinate representation of color #98A1D1: hue angle of 230.53º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A1D1 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 161 209 -
CMYK 0.27 0.23 0 0.18
HSL 230.53º 0.38% 0.71% -
HSV(B) 230.53º 0.27% 0.82% -
XYZ 37.2 36.77 65.46 -
YUV 163.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 152 161 209 0.27 0.23 0 0.18 230.53 0.38 0.71
Hex 98 A1 D1 1B 17 0 12 E7 26 47
Octal 230 241 321 33 27 0 22 347 46 107
Binary 10011000 10100001 11010001 11011 10111 0 10010 11100111 100110 1000111

Color Harmonies of #98A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A1D1

Black with #98A1D1

Text Example


Text Example

White with #98A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A1D1; }

 p { color: rgb(152,161,209); }

 H1.HeaderClassName
 {
   color: #98A1D1;
 }
 .AnyTagClassName
 {
   color: #98A1D1;
 }
</style>

background-color css

<style>
 a { background-color: #98A1D1; }

 a { background-color: rgb(152,161,209); }

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

border-color css

<style>
 span { border-color: #98A1D1; }

 span { border-color: rgb(152,161,209); }

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