Html Css Color HEX #9488CF Blue Bell

📋 copy color: '#9488CF'

red 148 ◦ green 136 ◦ blue 207

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

Shades of Blue Bell #9488CF

Tints of Blue Bell #9488CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.7%

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 30.14%
G = 27.7%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9488CF (or 0x9488CF) is known color: Blue Bell. HEX triplet: 94, 88 and CF. RGB value is (148,136,207). Sum of RGB (Red+Green+Blue) = 148+136+207=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9488CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CF is #6B7730. Grayscale: #939393. Windows color (decimal): -7042865 or 13600916. OLE color: 13600916.

HSL color Cylindrical-coordinate representation of color #9488CF: hue angle of 250.14º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9488CF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 136 207 -
CMYK 0.29 0.34 0 0.19
HSL 250.14º 0.43% 0.67% -
HSV(B) 250.14º 0.34% 0.81% -
XYZ 32.28 28.41 62.81 -
YUV 147.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 148 136 207 0.29 0.34 0 0.19 250.14 0.43 0.67
Hex 94 88 CF 1D 22 0 13 FA 2B 43
Octal 224 210 317 35 42 0 23 372 53 103
Binary 10010100 10001000 11001111 11101 100010 0 10011 11111010 101011 1000011

Color Harmonies of #9488CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488CF

Black with #9488CF

Text Example


Text Example

White with #9488CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9488CF; }

 p { color: rgb(148,136,207); }

 H1.HeaderClassName
 {
   color: #9488CF;
 }
 .AnyTagClassName
 {
   color: #9488CF;
 }
</style>

background-color css

<style>
 a { background-color: #9488CF; }

 a { background-color: rgb(148,136,207); }

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

border-color css

<style>
 span { border-color: #9488CF; }

 span { border-color: rgb(148,136,207); }

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