Html Css Color HEX #948FCA Blue Bell

📋 copy color: '#948FCA'

red 148 ◦ green 143 ◦ blue 202

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

Shades of Blue Bell #948FCA

Tints of Blue Bell #948FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 30.02%
G = 29.01%
B = 40.97%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#948FCA (or 0x948FCA) is known color: Blue Bell. HEX triplet: 94, 8F and CA. RGB value is (148,143,202). Sum of RGB (Red+Green+Blue) = 148+143+202=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #948FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FCA is #6B7035. Grayscale: #969696. Windows color (decimal): -7041078 or 13275028. OLE color: 13275028.

HSL color Cylindrical-coordinate representation of color #948FCA: hue angle of 245.08º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948FCA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 143 202 -
CMYK 0.27 0.29 0 0.21
HSL 245.08º 0.36% 0.68% -
HSV(B) 245.08º 0.29% 0.79% -
XYZ 32.7 30.21 59.98 -
YUV 151.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 148 143 202 0.27 0.29 0 0.21 245.08 0.36 0.68
Hex 94 8F CA 1B 1D 0 15 F5 24 44
Octal 224 217 312 33 35 0 25 365 44 104
Binary 10010100 10001111 11001010 11011 11101 0 10101 11110101 100100 1000100

Color Harmonies of #948FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FCA

Black with #948FCA

Text Example


Text Example

White with #948FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948FCA; }

 p { color: rgb(148,143,202); }

 H1.HeaderClassName
 {
   color: #948FCA;
 }
 .AnyTagClassName
 {
   color: #948FCA;
 }
</style>

background-color css

<style>
 a { background-color: #948FCA; }

 a { background-color: rgb(148,143,202); }

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

border-color css

<style>
 span { border-color: #948FCA; }

 span { border-color: rgb(148,143,202); }

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