Html Css Color HEX #757BBB Wild Blue Yonder

📋 copy color: '#757BBB'

red 117 ◦ green 123 ◦ blue 187

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

Shades of Wild Blue Yonder #757BBB

Tints of Wild Blue Yonder #757BBB

RGB

 RED value IS 117 (46.09% from 255) = 27.4%

 GREEN value IS 123 (48.44% from 255) = 28.81%

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 27.4%
G = 28.81%
B = 43.79%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#757BBB (or 0x757BBB) is known color: Wild Blue Yonder. HEX triplet: 75, 7B and BB. RGB value is (117,123,187). Sum of RGB (Red+Green+Blue) = 117+123+187=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #757BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BBB is #8A8444. Grayscale: #808080. Windows color (decimal): -9077829 or 12286837. OLE color: 12286837.

HSL color Cylindrical-coordinate representation of color #757BBB: hue angle of 234.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757BBB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 123 187 -
CMYK 0.37 0.34 0 0.27
HSL 234.86º 0.34% 0.6% -
HSV(B) 234.86º 0.37% 0.73% -
XYZ 23.39 21.54 49.94 -
YUV 128.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 117 123 187 0.37 0.34 0 0.27 234.86 0.34 0.6
Hex 75 7B BB 25 22 0 1B EB 22 3C
Octal 165 173 273 45 42 0 33 353 42 74
Binary 1110101 1111011 10111011 100101 100010 0 11011 11101011 100010 111100

Color Harmonies of #757BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BBB

Black with #757BBB

Text Example


Text Example

White with #757BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757BBB; }

 p { color: rgb(117,123,187); }

 H1.HeaderClassName
 {
   color: #757BBB;
 }
 .AnyTagClassName
 {
   color: #757BBB;
 }
</style>

background-color css

<style>
 a { background-color: #757BBB; }

 a { background-color: rgb(117,123,187); }

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

border-color css

<style>
 span { border-color: #757BBB; }

 span { border-color: rgb(117,123,187); }

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